RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-15 Thread Zsolt Koppany
, 2004 11:32 PM To: Tomcat Users List Subject: RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours Right, you don't need a lot of load to see this problem arise over time. Because the connections aren't cleaning themselves up, they're compiling over time. Do a 'netstat -an|grep

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
Are you using mod_jk? http://jakarta.apache.org/tomcat/connectors-doc/jk2/faq.html This *might* apply: Under heavy load, I've got many threads in Tomcat even if my Apache Web Server handle much of the load Under heavy load, Apache WebServer create many childs to handle the load, which will

Re: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread John Gentilin
The funny thing is there is no load on this server, maybe 100 hits/day go to the web application and maybe 10K hits/day to the Web server by itself. Another piece of the puzzle is that when Tomcat stops handling requests; I try to stop Tomcat with catalins.sh, it reports a success the first

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
, September 14, 2004 2:30 PM To: Tomcat Users List Subject: Re: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours The funny thing is there is no load on this server, maybe 100 hits/day go to the web application and maybe 10K hits/day to the Web server by itself. Another piece of the puzzle