On 24/08/2011 10:39, Jagadish Raj R wrote:
> Hi Tomcat Users,
> 
> I have a Tomcat server to which another apache webserver connects using AJP 
> 1.3 Connector. I have set up a maxProcessors="75" in connector settings. 
> Whenever a user creates a connection an Ajp13Processor connection thread is 
> created. My problem is this thread does not get terminated even after the 
> user close the session. Please help me in finding some configuration changes 
> that will allow me to close these sessions/threads after a certain timeout 
> value.

AJP connections are persistent. They are not meant to close.

Mark

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

Reply via email to