Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

RE: web.xml for an application in tomcat 5.0.16

Shapira, Yoav

2004-01-29



Howdy,

> I am wanting to learn servlets and use it in an application.I was
told
>that the right way to do this is to have a separate folder(Windows XP
Home

Not necessarily true: the easiest thing is to create your webapp under
tomcat's webapps directory.

>sampleapp folder has a "WEBINF" created by me.Then the "WEB-INF" folder
has

Which one is it, WEBINF or WEB-INF? It should have a hyphen.

><servlet-mapping>
> <servlet-name>HelloServlet</servlet-name>
> <url-pattern>sampleapp</url-pattern>
></servlet-mapping>

You probably want /sampleapp or better yet /Hello as your url-pattern.
Then you can access the servlet as
http://yourhost:yourport/sampleapp/Hello.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.