Hello everyone,
here is my configuration: linux server with tomcat 4.1.29 connected to apache 1.3.29 via nod_jk java version "1.4.2_03"
from tomcat server.xml
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="500"
acceptCount="10" debug="0"/>At heavy access times the user gets a blank screen on the browser and on the server a java process is hanging. Tomcat is still working and responding to further tasks, but the 'hanging' processes will stay around until reboot. Unfortunately the hanging processes will also keep a socket connection on port 8009 to apache, so after some time the system hangs due to too much connections.
I could rebuild this situation also with jmeter and a simple servlet which only responds a simple html site, so the problem couldn't come from my coding.
How can I solve this problem ? Is it coming from tomcat, apache or mod_jk???
Thanks very much for any hints Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
