https://issues.apache.org/bugzilla/show_bug.cgi?id=46645
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Mark Thomas <ma...@apache.org> 2009-01-31 17:39:17 PST --- org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=true (the default) is provided to work around memory leak issues in applications and third party libraries. While well written code shouldn't need it, experience has shown that it fixes more issues than it creates - hence the default. The down side of this feature is that it can cause issues since it nulls out various internal fields and code may well react badly to this. It should be safe to set this to false providing your app and the libraries you use don't leak memory. You can always check this with a profiler. -- 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