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' > Subject: stopping jk connector

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" <[