> From: Aakriti [mailto:[EMAIL PROTECTED] 
> Subject: Trying to Map a web application to "/" in tomcat 5.5
> 
> The same use to work in Tomcat 3.2. We are in the process of 
> migrating to tomcat 5.5.

Then read the doc for 5.5, and don't try set up server.xml like you did
before:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

In particular, get the <Context> element out of server.xml, put it in
your webapp's META-INF/context.xml file, remove the docBase and path
attributes, and then see where you are.

If you're migrating, why aren't you migrating to 6.0?

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to