> From: Baba [mailto:baba...@googlemail.com]
> Subject: Re: JMX and Tomcat-Queue
> 
> My Tomcat run with 250 Threads (maxThreads==250; capacity limit) and
> the queue stored 80 Requests (acceptCount==250). Now I like to reject
> requests if they defined (the definition is provide by a custom
> definition table) as reject able.

So set the acceptCount to 80.  Note that the accept queue is not visible to 
Tomcat, since it's maintained by the comm stack of the OS.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to