Tomcat 6 going down after reaching its maximum number of threads

Posted by user73628 on Server Fault See other posts from Server Fault or by user73628
Published on 2011-03-08T22:47:16Z Indexed on 2011/03/09 0:12 UTC
Read the original article Hit count: 412

Filed under:

Our Tomcat 6.0.29 goes down after reaching its maximum number of Threads. I would really appreciate any help with it because it is a production server.

Here is part of the catalina.log file:

INFO: Maximum number of threads (600) created for connector with address null and port 80 Mar 8, 2011 11:19:37 AM org.apache.coyote.http11.Http11Protocol pause

INFO: Pausing Coyote HTTP/1.1 on http-80 Mar 8, 2011 11:19:38 AM org.apache.catalina.core.StandardService stop

INFO: Stopping service Catalina Mar 8, 2011 11:19:38 AM org.apache.catalina.core.StandardWrapper unload

INFO: Waiting for 8 instance(s) to be deallocated

© Server Fault or respective owner

Related posts about tomcat