You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Diana McLean <dm...@goldencg.com> on 2002/07/11 19:06:52 UTC

tomcat 4.0 and IIS Socket Exception

The green arrow is there but I can not access any servlet or JSP as follows:

http://localhost/tests/Test.jsp
http://localhost/tests/servlet/Test


In the Apache log file:

2002-07-11 10:28:15 [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:343)
	at java.net.ServerSocket.implAccept(ServerSocket.java:438)
	at java.net.ServerSocket.accept(ServerSocket.java:409)
	at org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
	at java.lang.Thread.run(Thread.java:536)

Please help!

Thanks,
Diana

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>