Also, I would ignore the warp error, I get the same thing (didn't notice until you 
mentioned it), but I'm not using WARP, I'm using AJP.  WARP is for apache only, is 
that correct??  Anyway the AJP connector works great for me, exactly as described in 
the ajp config reference.

-----Original Message-----
From: Durham David Cntr 805CSS/SCBE 
Sent: Thursday, July 11, 2002 1:36 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS Socket Exception


Did you try using the AJP13 connector as described here: 
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html

-----Original Message-----
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 1:20 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS Socket Exception


That's the Apache log. There is nothing in the iis-redirector.log

Here are the uriworkermap.properties:

/*.jsp=$(default.worker) 
/servlet=$(default.worker)
/servlet/*=$(default.worker)
/tests=$(default.worker)
/tests/*=$(default.worker)

Thanks again,

diana


-----Original Message-----
From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 1:53 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS Socket Exception


that's the apache log or IIS log?

-----Original Message-----
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 12:07 PM
To: [EMAIL PROTECTED]
Subject: 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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to