Thanks Chuck,
Actually I was putting the <Loader> in the <Context> element of the
conf/Catalina/[host]/[appName].xml... will that work ?

I understand about needing the <Loader> in the <Context> of each webapp,
we have several, but now I'm just working with one.

Thanks again for all the help,
Victor

-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Thursday, May 06, 2010 2:37 PM
To: Tomcat Users List
Subject: RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26

> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to