I am trying to get apache and tomcat to run together on a HPUX 11.00 on a 32 bit mode. I heard that my troubles are only beginning when I am starting to install mod_jk? Has anyone installed it successfully? Does anyone have any hints? Thanks! Joyce Fung Systems Group Statistics Canada Email [EMAIL PROTECTED] 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)
