I've re - started it :) This worked 4 me: <Connector port="19009" maxThreads="500" minSpareThreads="25" maxSpareThreads="500" enableLookups="false" redirectPort="18443" debug="0" minProcessors="20" maxProcessors="500" protocol="AJP/1.3" /> Changing the maxProcessors value from 0 to 500 worked ... Maybe is it a small bug?
On Thu, Jun 26, 2008 at 10:48 AM, Oscar <[EMAIL PROTECTED]> wrote: > Have you restarted tomcat after your modifation? > > On Thu, Jun 26, 2008 at 4:21 PM, Michele Mase' <[EMAIL PROTECTED]> > wrote: > > > 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 > > >