https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #18 from Henning Blohm <henning.bl...@gmail.com> 2010-10-08 04:50:46 EDT --- Not calling LogManager.getLogManager().reset(); when it is java.util.logging.LogManager would help. I suppose a mix of this with cleaning up what is JULI's looks promising (possibly like S. Ali suggested, or similarly - sorry, I didn't look into the code again and it's been a while). Developers that define (for whatever reason) application local handlers can either rely on JULI to clean up or register a context listener and clean up on their own (e.g. use commons logging ServletContextCleaner if applicable) - if they want to make sure. In any case, usage of java.util.logging outside of the web container would not be harmed. Sounds good to me. Thanks, Henning -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org