> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to