Hi, We have a problem using jakarta-tomcat 3.2.1 / 3.2.2 standalone on HP UX 11.00. We can start tomcat normally without getting any errors. The error occurs when we try to access tomcat. In the tomcat source the position is the call of a Java method: ServerSocket.accept() this method starts the listening on the specified port (8080). We have other machines running the same operating system and tomcat works well. Any hints? The tomcat error message: 2001-03-06 05:28:49 - PoolTcpEndpoint: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8090] ignored exception: java.net.SocketException: Socket closed - java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:418) at java.net.ServerSocket.implAccept(ServerSocket.java:240) at java.net.ServerSocket.accept(ServerSocket.java:224) at org.apache.tomcat.service.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:286) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:402) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:479)
