Re: Max connections

2008-10-13 Thread Mark Thomas
Martin Gainty wrote: in $TOMCAT_HOME/conf/server.xml Connector implements the acceptCount attribute http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html acceptCount is not the right attribute to do this. That is also the 4.1 doc. The OP didn't say what version they were using. From:

Re: Max connections

2008-10-13 Thread Mohit Anchlia
I didn't understand the description of attribute maxKeepAliveRequests, it says: The maximum number of HTTP requests which can be pipelined until the connection is closed by the server. Does it mean total number of keep alive connections allowed at one time. When we say connection is closed, does

RE: Max connections

2008-10-13 Thread Caldarale, Charles R
From: Mohit Anchlia [mailto:[EMAIL PROTECTED] Subject: Re: Max connections I didn't understand the description of attribute maxKeepAliveRequests, it says: The maximum number of HTTP requests which can be pipelined until the connection is closed by the server. Does it mean total number

Re: Max connections

2008-10-13 Thread Mohit Anchlia
I am using tomcat 6 On Sun, Oct 12, 2008 at 11:29 PM, Mark Thomas [EMAIL PROTECTED] wrote: Martin Gainty wrote: in $TOMCAT_HOME/conf/server.xml Connector implements the acceptCount attribute http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html acceptCount is not the right attribute

Re: Max connections

2008-10-13 Thread Mohit Anchlia
so if I can use JMX can I also set debug level dynamically? I am using tomcat 6.0 On Mon, Oct 13, 2008 at 9:55 AM, Mohit Anchlia [EMAIL PROTECTED] wrote: I am using tomcat 6 On Sun, Oct 12, 2008 at 11:29 PM, Mark Thomas [EMAIL PROTECTED] wrote: Martin Gainty wrote: in

RE: Max connections

2008-10-12 Thread Martin Gainty
in $TOMCAT_HOME/conf/server.xml Connector implements the acceptCount attribute http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the

Re: Max connections

2008-10-12 Thread Youssef Mohammed
I would look at tomcat mbeans names http://tomcat.apache.org/tomcat-5.5-doc/catalina/funcspecs/mbean-names.html Note sure if tomcat currently exposes these in some admin web app but there are some project out there that can expose you jmx to a web app. On Mon, Oct 13, 2008 at 2:38 AM, Martin