> From: IT Desk [mailto:[EMAIL PROTECTED] 
> Subject: Re: tomcat inserts leading / on include file
> 
> I tried a few things and the only thing that worked was as below.

What should also work is removing the context entry from inside the
<Host> element, and placing a cut down version in META-INF/context.xml
of your webapp:

    <Context debug="5" privileged="true"/>

(You could also place the above in conf/[engine]/[host]/ROOT.xml if you
wish.)

The advantage of keeping it out of server.xml is that you can change the
attributes such as debug without having to restart Tomcat.

 - 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