Chuck, this is the same configuration as in my initial question, except for
the value of accept count. I've already tried setting it to zero as well :

Folks,

What is the best way to limit connections in tomcat, if there is one ? I
> have tried acceptCount, maxThreads, even specifying explicit executor - but
> in vain.    <Connector port="8080" protocol="HTTP/1.1"

               connectionTimeout="20000"

               redirectPort="8443" acceptCount="5" maxThreads="5" />


Or am I missing something ?

Timir

On Fri, Apr 9, 2010 at 6:46 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> On Apr 8, 2010, at 13:37, "Timir Hazarika" <timir.hazar...@gmail.com>
> wrote:
>
> > How would this configuration look like in server.xml ?
>
> <Connector ... maxThreads="5" acceptCount="0" />
>
>  - Chuck
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to