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 $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]
>>
>>
>

---------------------------------------------------------------------
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