Re: Disable KeepAlive on AJP connector?

2006-05-24 Thread Ian Hunter
On Tue, May 23, 2006 23:04, Bill Barker wrote: The traditional way to handle this is to set connectionTimeout=30 (the actual value will vary depending on your system :). This will recycle the thread if no Apache child talks to it for 5min. That got me closer. Now I don't see any

Disable KeepAlive on AJP connector?

2006-05-23 Thread Ian Hunter
I have an application that queries Tomcat quite frequently (more than once a minute) for status updates. I also have a potentially high number of clients -- more that the number of threads configured for connectors. Also, I'm using port 8009 for an AJP connector from Apache. OK, that's all