By Date: <-- -->
By Thread: <-- -->

problems with unpacking ROOT.war



> From: Michael Courcy [mailto:michael.courcy (at) gmail.com] 
> Subject: Re: problems with unpacking ROOT.war
> 
> Maybe a stupid clue but instead of
> <Context path="" debug="1">
> </Context>
> 
> What happen if u try
> <Context path="/" debug="1">
> </Context>

Neither one is correct.  You must NOT use the path attribute in a
<Context> element unless the <Context> is defined in server.xml.  The
URI path to the app is determined from the name of the .xml file in the
conf/[engine]/[host] directory.

 - 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 (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org