https://bz.apache.org/bugzilla/show_bug.cgi?id=69608
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Severity|critical |normal --- Comment #1 from Mark Thomas <ma...@apache.org> --- Please be specific by what you mean by "The JSP Servlet Engine". Tomcat is a Servlet Engine. Clearly the entire Tomcat instance isn't being garbage collected. The JSP Engine is "just" another Servlet. That won't be unloaded until the web application has stopped. You will also need to provide some evidence (e.g. GC logs, heap dumps, etc) to back up your claims. If Tomcat stops responding, thread dumps are usually the best way to debug what is going on. Take three thread dumps ~5s apart and then compare them. Giving switching garbage collectors addresses the issue, this sounds much more like a a GC (i.e JVM) issue than a Tomcat issue. -- 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