Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

All threads (150) are currently busy....

Pavle

2004-05-25

Replies:

After several days of good woking my Tomcat 5.0.16 on RedHat 9.0 box stops accepting connection on SSL connector. In catalina.out I am recieving this message:

SEVERE: All threads (150) are currently busy....

My server.xml file for SSL connector is the following:

<Connector port="8443"
         maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
         enableLookups="false" disableUploadTimeout="true" connectionTimeout="20000"
         acceptCount="100" debug="0" scheme="https" secure="true">
   <Factory clientAuth="false" protocol="TLS" keystoreFile="*******" keystorePass="***********"/>
  </Connector>

I tried to put smaller connectionTimeout but it does not work too.

I am not able to find anything on Google.

Thanks

Pavle


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.