On 06.03.2010 14:02, Wilmer Tan wrote:
Hi,

I need help desperately. Our IIS Web Server crashed and since
recovery, IIS could no longer connect to Tomcat correctly. The Browser
Displays "Service Temporarily Unavailable!"
jakarta/ISAPI/isapi_redirect. IIS is working and Tomcat Instances are
all running and accessible if I access the port. I cannot find any
reference to errno=-9995 from the connector debug. This setup was
working before the crash but since then, could not get it to run
anymore.

In addition to André's remarks: the -9995 is calculated as "WSAGetLastError() - WSABASEERR", where WSABASEERR=10000. So the Original error code should have been "5", which is "EIO". Unfortunately there seems to be no docs about when a socket call returns an EIO.

Could it be a firewall problem? Are the ports 8109. 8209, 8309, 8409 there and can you connect to them?

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to