On Monday 24 November 2008 16:15:19 Martin Spinassi wrote:
> Hi to all again!

> Nov 24, 2008 1:51:54 PM org.apache.tomcat.util.threads.ThreadPool
> logFull
> SEVERE: All threads (200) are currently busy, waiting. Increase
> maxThreads (200) or check the servlet status

> <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
>         maxThreads="400" minSpareThreads="4" maxSpareThreads="100"/>
>
>
> <Connector executor="tomcatThreadPool"
>                port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8443" />
>
>
> <Connector executor= "tomcatThreadPool" port="8009" protocol="AJP/1.3"
> redirectPort="8443" />

Does the AJP connector support the executor? I thought not. You probably have 
to set the maxThreads attribute of the AJP connector element.

> Thanks to all.
> Martín

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to