It's the same issue in 3.3.x (This part of mod_jk is common to both).
----- Original Message -----
From: "Hans Schmid" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 8:13 AM
Subject: AW: Apache1.3/mod_jk (unix) & Tomcat 4 & No processor available,
rejecting this connection


> Hi,
>
> what about Tomcat 3.3 ?
>
> Does this correspond to Ajp13Connector maxThreads >= the maxiumum number
> of Apache httpd processes in this case?
>
> Thanks,
> Hans
>
> > -----Ursprungliche Nachricht-----
> > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im
> > Auftrag von Glenn Nielsen
> > Gesendet: Freitag, 22. Marz 2002 16:39
> > An: [EMAIL PROTECTED]
> > Betreff: Apache1.3/mod_jk (unix) & Tomcat 4 & No processor available,
> > rejecting this connection
> >
> >
> > I have finally figured out why sometimes the Tomcat4 Ajp13Connector
> > would refuse connections.
> >
> >
> > Each Apache1.3 httpd process using mod_jk establishes a single
connection
> > to Tomcat the first time it has to forward a request to Tomcat.
> > That connection is only used by that httpd process.
> >
> > mod_jk can fail to make a new connection to Tomcat when an httpd process
> > forwards its first request to Tomcat if the number of httpd
> > processes which
> > have already established a connection to Tomcat exceeds the
> > Ajp13Connector
> > maxProcessors setting.
> >
> > So it is critical that the Ajp13Connector maxProcessors be set >=
> > the maxiumum number of Apache httpd processes.
> >
> > This may be a known config issue, but I haven't any documentation
> > for this issue.
> >
> > Regards,
> >
> > Glenn
> >
> > ----------------------------------------------------------------------
> > Glenn Nielsen             [EMAIL PROTECTED] | /* Spelin donut madder    |
> > MOREnet System Programming               |  * if iz ina coment.      |
> > Missouri Research and Education Network  |  */                       |
> > ----------------------------------------------------------------------
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to