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

Reply via email to