> From: Victor Pittman [mailto:victor.pitt...@workday.com]
> Subject: RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26
> 
> But that doesn't seem to work. I'm still seeing the same behavior.

Make sure you don't have an older <Context> element in 
conf/Catalina/[host]/[appName].xml; if that exists, the <Context> element in 
[appBase]/[appName]/META-INF/context.xml will be ignored.

Under what conditions are you stopping webapps?  If you're stopping all of 
Tomcat, you'll need the <Loader> element in _every_ webapp's <Context>, 
otherwise any one of them will trigger the deregistration.  You may be able to 
nest the <Loader> element inside the global <Context> in conf/context.xml, but 
I've never tried that.

 - 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