-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 8/24/2011 5:39 AM, Jagadish Raj R wrote:
> 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.

Upgrade to Tomcat 6.0 or later (current is 7.0.20) and use an
<Executor>, which allows threads to stop when they are idle for a
certain amount of time.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5VCAwACgkQ9CaO5/Lv0PB1KgCgu0xQ2vLUwhC5LKKPHjK3hCzv
swMAoIavnzaa40N2uCsD+3L2q1+/woEk
=PIxs
-----END PGP SIGNATURE-----

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

Reply via email to