I realize asking this question is like beating a dead horse, but I couldn't
seem to find the answer in any of the mail archives. I have IIS and Apache
both pointing at the same Tomcat server using jk2 2.0.2. Everything works
great as far as the connection is concerned. The problem is the useless
information that shows up in my catalina.out file. All I want to know is how
to turn these messages OFF? They aren't causing me any issues, so I don't
want them to be logged. I'm the only one on the server, and the client is not
killing the request (by hitting stop), so they seem to be just plain wrong.
The errors are below.
Thanks,
Matt
With the Apache/Tomcat and IIS/Tomcat combo, I get:
Jan 28, 2004 11:34:50 AM org.apache.jk.server.JkCoyoteHandler action
INFO: RESET
With the IIS/Tomcat combo, I an additional error message:
SEVERE: Error in action code
java.net.SocketException: Software caused connection abort: socket write error
...
Jan 28, 2004 11:34:50 AM org.apache.jk.common.ChannelSocket processConnection
I was able to turn this off for Apache/Tomcat by adding keepalive=0, but this
didn't work for IIS.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]