Re: Tomcat JULI resets JDK logging? Tomcat 6.0.26

2010-05-07 Thread Konstantin Kolinko
2010/5/7 Caldarale, Charles R chuck.caldar...@unisys.com: From: Victor Pittman [mailto:victor.pitt...@workday.com] Subject: Tomcat JULI resets JDK logging? Tomcat 6.0.26 Do you know what the 'undocumented' fix is, and how to use it ? Try nesting the following inside the Context element

RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26

2010-05-07 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: Tomcat JULI resets JDK logging? Tomcat 6.0.26 I think using Loader won't work, because that configures a WebappLoader, and the discussed property is in WebappClassLoader. Yes, I was expecting code in WebappLoader

Tomcat JULI resets JDK logging? Tomcat 6.0.26

2010-05-06 Thread Victor Pittman
Hi all, I'm new to the group and have run across a problem Tomcat is now reseting the JDK logging as part of shutdown. I found a thread where this is discussed (http://marc.info/?l=tomcat-userm=126558503921689w=2) ... We just upgraded out tomcat version and are now running into the same

RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26

2010-05-06 Thread Caldarale, Charles R
From: Victor Pittman [mailto:victor.pitt...@workday.com] Subject: Tomcat JULI resets JDK logging? Tomcat 6.0.26 Do you know what the 'undocumented' fix is, and how to use it ? Try nesting the following inside the Context element for the webapp of interest: Loader

RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26

2010-05-06 Thread Victor Pittman
: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: Tomcat JULI resets JDK logging? Tomcat 6.0.26 Do you know what the 'undocumented' fix is, and how to use it ? Try nesting the following

RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26

2010-05-06 Thread Caldarale, Charles R
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

RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26

2010-05-06 Thread Victor Pittman
-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