localport=80
in UNIX only root (or specific users/demon) can listen to the port 80, try
to set it on 8080.
At 20:47 27/04/2001 +0900, you wrote:
>Hi all.
>
>I install tomcat 3.2.1 or 3.1.X and java 1.2.2.08 or java 1.3.X in HP
>11.00 .
>
>The problem is that when I start tomcat in webserver mode or with apache
>and send HTTP resquest to tomcat, the server prints below:
>
> 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(PoolTcpEndpoin
>t.java:277)
> at
>org.apache.tomcat.service.TcpWorkerThread.run(PoolTcpEndpoint.java:344)
> at
>org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java
>:411)
> at java.lang.Thread.run(Thread.java:479)
>Endpoint ServerSocket[addr=anyhost/0.0.0.0,port=0,localport=80] shutdown
>due to
>exception: java.net.SocketException: Socket closed
>
>
>Is there JDK problem from HP? or tomcat bug?
>How can I solved this problem? I searched web site and could not find any
>solution.
>
>Any messages thank you!!!
>
>bye.