Hi all users.

I'm using Tomcat 6.0.29 and I have changed to maxThreads parameter to 300 from 
200 and restart tomcat but I have still getting below error in catalina log.

Could you please help me,why this parameter was not activated ? so what should 
i do for active this parameter ? If you help me,I will be happy.

server.xml

<Connector port="8080" protocol="HTTP/1.1" server="NONE" secure="true"
             maxThreads="300" connectionTimeout="20000" URIEncoding="UTF-8" />


catalina.log

Jan 28, 2011 10:43:16 AM org.apache.tomcat.util.threads.ThreadPool logFull
SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads 
(200) or check the servlet status
                                          

Reply via email to