On 27/10/2010 11:08, Pid wrote:
> On 26/10/2010 16:08, Marc Wilmots wrote:
>> Hi again.
>>
>> I checked out the executor element, although, I can't find a lot of
>> information about it.
>> Would you mind explaining why using the executor element would fix the
>> problem I am having?
> 
> The Executor will reduce the size of the thread pool once threads are idle.

Problem is, the threads aren't idle as AJP connections are persistent by
default.

Options:
1. Increase maxThreads on Tomcat to be the same as "max threads" (exact
directives vary with MPM) on httpd
2. Turn on mod_jk's disable reuse option

I'd go with 2.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to