I am using Tomcat 4.0.3 to run an application with very heavy workload. Recently I have found the HttpConnector thread, which is listening port 8080, missed for times (I use ctrl+\ to dump the living threads). However, another HttpConnector, which is listening port 8443, is still alive, and can work. I add try…catch(Throwable)… to HttpConnector.run(), but can’t catch anything. It seems the connector thread died weirdly. I am using JDK 1.3.1_06 on both Linux and Solaris. Is there anybody having the likewise problem? --Zhidong
