We solved such a Problem.
The Problem was that the apache server forked too many and this crushed
the ajp connector. Take a look at the configuration file server.xml from
tomcat and check the attributes for your AjpConnector. The values
(maxProcessors + acceptCount) must be greater than the maximal count of
apache instances.
See here for AjpConnector Configuration:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk2.html
I hope this helps.
Bye Gonzo
Joao Batistella wrote:
>Yes, we use. AJP1.3. Why?
>
>Thanks
>
>-----Original Message-----
>From: Maillist [mailto:maillist@freegate.de]
>Sent: quinta-feira, 30 de janeiro de 2003 19:54
>To: Tomcat Users List
>Subject: Re: Tomcat 3.3 performance issues
>
>
>Hi,
>
>do you use Tomcat with am Apache-Server connected with modjk ?
>
>-Gonzo
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|