On the pagejust for others:
i had to set the number of maxProcessors in AJP13 connector to a value greater then MaxProcesses value in apache's http.conf.
If you have a number of apache servers using the same Tomcat, do you have to set maxProcessors in the AJP13 connector to greater than MaxProcesses * number of apaches?
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.html
you will find the following:
----------------
maxProcessors:
The maximum number of request processing threads to be created by this Connector, which therefore determines the maximum number of simultaneous requests that can be handled. If not specified, this attribute is set to 20.
NOTE:For Apache 1.3 on Unix there is a 1 to 1 mapping between httpd processes and Ajp13Processors. You must configure maxProcessors to be greater than or equal to the maximum number of httpd processes your Apache web server spawns.
----------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
