https://issues.apache.org/bugzilla/show_bug.cgi?id=46221
Mauro Molinari <mauro...@tiscali.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mauro...@tiscali.it --- Comment #9 from Mauro Molinari <mauro...@tiscali.it> 2009-01-12 03:41:14 PST --- Today I was trying to identify memory leaks in our webapp restart process and I encountered this problem (the logger instance of StandardContext keeps a reference to a logger that is loaded by the webapp class loader, so this can't be garbage collected). I gave a quick look to the attached patch and it seems to actually solve my problem. This is clearly a bug (not an enhancement!) because resources are not cleared correctly by org.apache.catalina.core.StandardContext.stop(). I hope this will be fixed soon... Mauro. -- 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