Good Afternoon Chuck-
I ran into the same problem while implementing a "\" mapping for Tomcat
Thanks for the advice
Martin-
----- Original Message ----- From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Thursday, December 08, 2005 2:51 PM
Subject: RE: Tomcat 5.5.12 and ROOT


From: Robert Upshall [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.12 and ROOT

What is the proper way to change "/" to map to my webapp instead of ROOT?

The easiest way is just to name your webapp ROOT, replacing the one
under Tomcat's webapps directory.  If you're reluctant to do that, you
will still need to delete webapps/ROOT, and also create a ROOT.xml file
on conf/Catalina/<host_name> (usually localhost).  The ROOT.xml file
must contain a <Context> element with a docBase attribute giving the
location of your app.  See:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
for the details.

- 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to