DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14042>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14042 Memory leaks with JBoss 3.x +(Tomcat/Jetty) ------- Additional Comments From [EMAIL PROTECTED] 2002-10-30 09:10 ------- Okay, the problem is not JBoss specific. With a plain Tomcat 4.0.6 I added in server.xml a reloadable context: <Context path="/jakarta-struts-1.1-b2-blank" docBase="jakarta-struts-1.1-b2-blank" reloadable="true"/> Then I forced reloads every 15 seconds with: while true do touch webapps/jakarta-struts-1.1-b2-blank/WEB-INF/lib/struts.jar sleep 15 ps -p <tomcat.pid> -h -o rss done and the memory usage increased step by step from 30M to 155M, where the JVM began to throw OutOfMemoryExceptions. -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>