https://issues.apache.org/bugzilla/show_bug.cgi?id=48716
--- Comment #20 from S. Ali Tokmen <[email protected]> 2010-10-09 09:26:24 EDT --- Hello Mark (In reply to comment #19) > I've added the additional check before the reset() call to trunk and it will > be > in 7.0.4 onwards. I guess the patch is the one I see by inspecting the Tomcat source code using: svn diff -r 1005801:1005802 http://svn.apache.org/repos/asf/tomcat/trunk/ Which has the following check before the call ro reset(): if(!LogManager.getLogManager().getClass().getName().equals("java.util.logging.LogManager")) The fix is good for me, thank you. Could you please also port it to Tomcat 6.0.x ? When trying to find the fix suggested in my comments, I've actually seen that the LogManager doesn't have a removeLogger method; which makes the actual patch pretty complex. Cheers S. Ali Tokmen http://ali.tokmen.com/ -- 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: [email protected] For additional commands, e-mail: [email protected]
