Why aren't connections released by the tomcat AJP connector
Posted
by
Chris
on Server Fault
See other posts from Server Fault
or by Chris
Published on 2009-09-21T11:20:50Z
Indexed on
2012/10/24
5:11 UTC
Read the original article
Hit count: 534
I have here a jboss with a web application. The tomcat is configured to use the ajp connector. Incoming connections are tunneled via an apache reverse proxy to the connector. Now I recognized that under heavy load the connector keeps a bunch of connections in "keep alive" mode for eternity and doesn't release them any more.
With the normal HTTP connector the app did well, but now with the ajp connector we have regular app stallments.
Can someone give me some advice where to start to look to resolve this issue? Why does the connector not release the connection again after idling for 300 secs?
thanks, chris
© Server Fault or respective owner