> From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham
> Subject: Problem with overriding parameters via context.xml

> So I create a context.xml file in catalina_base\conf\context.xml
> containing the following

That could be a problem.  The context.xml file in the conf directory is the 
global one, containing the default settings for _all_ webapps.  It would be 
better (perhaps required) to place the specific attributes in the <Context> 
element for the webapp of interest, either in the webapp's META-INF/context.xml 
file, or in conf/Catalina/[host]/[appName].xml.  

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to