> From: Allistair Crossley [mailto:[EMAIL PROTECTED] 
> Subject: RE: Where to put context.xml?
> 
> <Context path="/ROOT" docBase="/home/tomcat/applications/"
>          debug="0" reloadable="true" >
> </Context>

To again quote from the Tomcat doc for the path attribute of the
<Context> element:

"The value of this field must not be set except when statically defining
a Context in server.xml, as it will be infered [sic] from the filenames
used for either the .xml context file or the docBase."

Also note that placing <Context> tags is server.xml is strongly
discouraged.

 - 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