RE: stopping jk connector threads

2006-10-12 Thread Enrique Arce
Forgot to mention that we're running Tomcat 5.5.4 on Solaris 8 with iPlanet 6 as the webserver thanks! > _ > From: Enrique Arce > Sent: Tuesday, October 10, 2006 2:41 PM > To: 'users@tomcat.apache.org'

Re: stopping jk connector threads

2006-10-10 Thread Bill Barker
If you need to (and it's only necessary on some older Linux kernals), then the usual method is to set a connectionTimeout on the element. Then if Apache doesn't send another request to that thread within the specified time, the thread will close the connection, and terminate. "Enrique Arce" <[

stopping jk connector threads

2006-10-10 Thread Enrique Arce
Is there a way to stop hung jk connector threads with out restarting Tomcat? I can see threads that are hanging from the Tomcat manager server status page, but I can't kill them, only a server restart clears them. Is there a better way? Thanks, Enrique