Hi all

I've successfully set up TC 4.0 to work with IIS 5.0 as an NT service. Most
of times all works fine and requests are being transfered to TC via IIS.
However, from time to time jsp pages or servlets are not being displayed. My
browser gives me a page not found message. If I request the URL a second
time the request is successful. My logs tell me that I'm having a problem
with socket timeouts. Where are those timeout settings deployed?

catalina log
===========================
2001-11-02 13:54:58 Ajp13Processor[8009][4] process:
ajp13.receiveNextRequest
java.net.SocketTimeoutException: Read timed out
 at java.net.SocketInputStream.socketRead0(Native Method)
 at java.net.SocketInputStream.read(Unknown Source)
 at org.apache.ajp.Ajp13.readN(Ajp13.java:849)
 at org.apache.ajp.Ajp13.receive(Ajp13.java:889)
 at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:285)
 at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:339)
 at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:424)
 at java.lang.Thread.run(Unknown Source)

isapi log
===========================
[jk_ajp13_worker.c (204)]: connection_tcp_get_message: Error -
jk_tcp_socket_recvfull failed
[jk_ajp13_worker.c (622)]: Error reading request
[jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed
[jk_ajp13_worker.c (609)]: Error sending request body
[jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to