Your are doing a request to the port that talks to apache and tomcat talk
to.. That is not a protocol like http, it is the ajp protocol.. You have to
do a request to http://<host> or http://<host>:8080.
Mvgr,
Martin
> -----Original Message-----
> From: Juan Andres Sanin Pineda [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 06, 2001 5:03 AM
> To: [EMAIL PROTECTED]
> Subject: HANDLER THREAD PROBLEM
>
>
>
> Hi.
>
> I startup tomcat and every thing es ok.
>
> but when I try to access http://<host>:8007
> in the <host> console view the follow IOException:
>
> HANDLER THREAD PROBLEM: java.io.IOException: Stream broken
> java.io.IOException: Stream broken
> at
> org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextRe
> quest(Ajp12ConnectionHandler.java:426)
> at
> org.apache.tomcat.service.connector.Ajp12ConnectionHandler.process
> Connection(Ajp12ConnectionHandler.java:147)
> at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
> at java.lang.Thread.run(Thread.java:484)
>
>
> what happen?
>
> thanks!
>
> Juan
>
>