Hi, It could be because of this error, or because of other things ;) As you say, it's a wild guess ;) For starters, ditch the WARP connector and use the much more actively developed and maintained Coyote connector, assuming that's an option for your environment.
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Christina Androne [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 29, 2004 10:52 AM >To: Tomcat Users List >Subject: Re: Stopping takes ages > >Hi > >Just a wild guess, can be because of this error that keeps showing up in >the logs? > >2004-07-29 01:42:32 [org.apache.catalina.connector.warp.WarpConnector] >Error accepting requests >java.net.SocketException: Socket closed > at java.net.PlainSocketImpl.socketAccept(Native Method) > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) > at java.net.ServerSocket.implAccept(ServerSocket.java:448) > at java.net.ServerSocket.accept(ServerSocket.java:419) > at org.apache.catalina.connector.warp.WarpConnector.run(Unknown Source) > at java.lang.Thread.run(Thread.ja > >The tomcat version is 4.1.29, OS is red hat 8 and jdk 1 .4.2_03. But the >biggest problem is not that stopping is slow, but that the browser does >not get response from the servlet. I've placed debug messages in the >servlet so I am sure it does not hang inside of it. > >Christina > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
