Hi all.
I recently decided to upgrade my system from using
apache jserv to use tomcat.
I am running Solaris 2.6.
I have apache version 2.0.42
tomcat version 4.1.12.
I am attempting to get the two to communicate via
mod_webapp.
Right now they appear to be working, but I am getting
a lot of extra information written out to the log files for
tomcat.
Actually I also see some interesting information in
the apache log as well (but I believe I know why this
is).
>From the apache log:
-----
[Thu Oct 03 11:16:10 2002] [error] Connection "conn" cannot connect
[Thu Oct 03 11:16:10 2002] [error] Cannot open connection "conn"
-----
I am assuming this is because my script starts
apache before tomcat. These errors only show up
at the very start of the error_log and cease.
The real problem is messages in the tomcat log:
-----
java.io.IOException: Premature packet header end
at
org.apache.catalina.connector.warp.WarpConnection.recv(Unknown Source)
at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(Unknown
Source)
at org.apache.catalina.connector.warp.WarpConnection.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:536)
-----
I see several of these for every request. I've done
some searching in the mailing list and I think this maybe
due to serving images but I'm not sure. I also did not
find a solution on how to end these.
Is it possible this is due to a 'file not found' error?
Any help is greatly appreciated.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>