The servlet that would not die.

2005-07-18 Thread Nathan Roy
Hi all, my configuration is based on Apache 1.3 using mod_jk connecting to an ajp13 thread on Tomcat 5.5. This is the connector port definition I am using in my server.xml: Connector port=8009 maxThreads=75 minSpareThreads=10 maxSpareThreads=15 enableLookups=false redirectPort=8443

RE: The servlet that would not die.

2005-07-18 Thread Caldarale, Charles R
From: Nathan Roy [mailto:[EMAIL PROTECTED] Subject: The servlet that would not die. My servlet (I do not own the source code) is randomly getting hung while servicing requests, but Tomcat will not timeout these threads. You have a bug in the servlet, and you need to fix it, live