I'm testing a webapp tomcat based and I gives me the following trouble:
In the stdout log you can read:
....
25-giu-2008 16.59.38 org.apache.tomcat.util.threads.ThreadPool logFull
GRAVE: All threads (200) are currently busy, waiting. Increase maxThreads
(200) or check the servlet status
...

I've tried to increase the limit:
<Connector port="19009"
               maxThreads="500" minSpareThreads="25" maxSpareThreads="500"
accepcCount="500"
               enableLookups="false" redirectPort="18443" debug="0"
               minProcessors="20" maxProcessors="0"
               protocol="AJP/1.3" />

but I receive the same error; even substituting maxThreads="500" with
maxThreads="blabla", the error remains the same, it seems like the tomcat
ignores this parameter.

My env. is tomcat 5.0.28, apache 2.0.63 mod_jk 1.2.6, jdk1.5.0.11,
windows2003 sp2 std. ed.
Please don't blame me about windowz ... It's not my decision ...
Any help woul be appreciated!
Regards Michele

Reply via email to