Thanks Chuck, I was almost there, just missing the Loader piece... But that doesn't seem to work. I'm still seeing the same behavior. Any other ideas ?
Thanks again, Victor -----Original Message----- From: Caldarale, Charles R [mailto:[email protected]] Sent: Thursday, May 06, 2010 1:37 PM To: Tomcat Users List Subject: RE: Tomcat JULI resets JDK logging? Tomcat 6.0.26 > From: Victor Pittman [mailto:[email protected]] > 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 clearReferencesLogFactoryRelease="false" /> But as Mark T said, this _will_ cause memory leaks, so there are a limited number of times you can restart the webapp before PermGen overflows. - 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
