You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2006/03/20 14:59:05 UTC

RE: What, exactly, is meant by "full path" when construction web.xml entries

> From: cknell@onebox.com [mailto:cknell@onebox.com] 
> Subject: What, exactly, is meant by "full path" when 
> construction web.xml entries
> 
> Yesterday I spent a fair amount of time Googling for how to 
> set up a <servlet> <servlet-mapping> pair of elements in the 
> web.xml file on my Windows XP installation of Tomcat 5.5.15.

Sounds like you need to study the actual servlet spec first:
http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html

> C:\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\WEB-INF\classes

Not a good idea to mix your webapp with the default app.  Either use
your own directory (context) under webapps, or replace ROOT completely.
Read the spec, followed by the Tomcat config guide:
http://tomcat.apache.org/tomcat-5.5-doc/config/index.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org