Can you tell me where in Apache I would configure the number of AJP
connections?  I'm using Apache 2.2.10 to load balance tomcat using
mod_proxy.

On Thu, Apr 2, 2009 at 11:27 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Jim,
>
> On 4/2/2009 11:08 AM, Jim Goodspeed wrote:
> > Does the acceptCount setting that is part of the AJP connector in the
> > server.xml file still exist in Tomcat 5.x and Tomcat 6.x?
>
> It does not appear to be available at these levels.
>
> > I see a lot of references to it in Tomcat 4.x, but I have not run across
> it
> > in 5 or 6.  We have this setting defined in our tomcat 6 installation,
> but I
> > think it is a relic from some previous tomcat 4 configuration.
>
> I suspect it was removed because the web server is expected to configure
> the accept counts. You would want the number of AJP connections
> available on Tomcat to exactly match that of the web server. The web
> server is the component that would accept more requests than it has
> threads to actually process them.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAknU2VIACgkQ9CaO5/Lv0PClMQCgsVQ0qZliw7T2+7iyvzwwYhoD
> RloAoL/cg6V9Df4WQIpaXJsVKCTY4Brx
> =g9nu
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to