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: [EMAIL PROTECTED]
>>
>> How can I limit number of connections to Tomcat server from outside
>> world?
You want the maxThreads attribute of the connector element.

>> Like jboss has jmx console does tomcat has something like that?
Recent JDKs have jconsole. Tomcat has the JMX Proxy Servlet:
http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Using%20the%20JMX%20Proxy%20Servlet

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to