I got this error when I try this URL http://localhost:8007
Is this a known bug ?(I seem to recall seeing posting with title like HANDLER ...). Thx
I download Tomcat3.2, install it and start it as "standalone" without changing the configs.
All the servlet/jsp works. So I think everything is working but this.
 
Here is the actual output in the log
2000-11-29 12:50:44 - ContextManager: Adding context Ctx( /examples )
2000-11-29 12:50:44 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2000-11-29 12:50:44 - ContextManager: Adding context Ctx(  )
2000-11-29 12:50:44 - ContextManager: Adding context Ctx( /test )
2000-11-29 12:50:46 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2000-11-29 12:50:46 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
 
HANDLER THREAD PROBLEM: java.io.IOException: Stream broken
java.io.IOException: Stream broken
        at org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextRequest(Compiled Code)
        at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:147)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(Compiled Code)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)
2000-11-29 01:03:43 - Ctx( /examples ): IOException in: R( /examples + /jsp/index.html + null) socket write error (code=10053)

Reply via email to