Sure can. Here is the info you requested.
Verions & System Info:
Apache 1.3.14
Tomcat 1.0
Windows NT 4.00.1381
A little about the setup:
My server is currently using a VirtualHost configuration running 3 separate
applications. Each using a separate port for Tomcat and utilizing there own
threadpool. Also I'm currently running Apache from port 80
Application 1 - using port 8007
Application 2 - using port 8008
Application 3 - using port 8009
Again thanks for the response!!!
-Ben
-----Original Message-----
From: kevin seguin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 02, 2001 1:31 PM
To: [EMAIL PROTECTED]
Subject: Re: Handler Thread Problem
can you provide some more info? like, tomcat version, os, etc.? i want
to say i saw something like this a long time ago, and it was a problem
in mod_jk somewhere. but trying to remember past last week is difficult
at best :)
Ben Sifuentes wrote:
>
> Can somebody take the time to help me figure out this problem. I've tried
> several times to get this problem resolved but with no luck. You guys are
my
> last hope!!
>
> Thanks,
> -Ben
>
> -----Original Message-----
> From: Ben Sifuentes [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 01, 2001 1:41 PM
> To: Tomcat-Dev
> Subject: Handler Thread Problem
>
> Anybody know why I'm getting this?
>
> I get th following exception on the server side:
>
> Redirecting to /recruiting/jsp/Login.jsp...
> Redirecting to /recruiting/jsp/Login.jsp?showLoginError=true...
> HANDLER THREAD PROBLEM: java.io.IOException: Stream broken
> java.io.IOException: Stream broken
> at
>
org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextRequest(Ajp1
> 2ConnectionHandler.java:386)
> at
>
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
> (Ajp12ConnectionHandler.java:134)
> at
> org.apache.tomcat.service.TcpWorkerThread.run(PoolTcpEndpoint.java:366)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:411)
> at java.lang.Thread.run(Thread.java:484)
>
> Thanks,
> -Ben