On Tue, 2008-11-25 at 12:15 +0100, Rainer Frey wrote: > 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 >
Hi Rainer, I've just added it, and it works! Configuring every connector (maxThreads, minSpareThreads, maxSpareThreads, etc) isn't the best option, but looks like I don't have other chance. Thanks for your help! I'll keep testing (and probably asking too ;) ) Cheers Martín --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]