Hey there, Got this weird problem with mod_webapp giving me tons of IOExceptions in the logfiles. It seems to degrade performance also hence these exceptions worry me a bit.
>From the logfile: 2002-07-17 18:44:22 [org.apache.catalina.connector.warp.WarpConnection] Exception on socket java.io.IOException: Premature packet header end at org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.java:237) at org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHandler .java:112) at org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:194) at java.lang.Thread.run(Thread.java:536) thies@shivaII:/opt/tomcat/logs$ grep IOException apa*07-17* | wc -l 668 Running with apache 1.3.20 & 1.3.26 and tomcat 4.02 & 4.03 on 3 different boxes (2x debian, 1x redhat; not that that matters): same result. Used a binary mod_webapp.so and compiled it myself: same result. Apache config: WebAppConnection isxConn warp 127.0.0.1:8008 WebAppDeploy /www/inside/dev/jsp isxConn /app/ WebAppInfo /webapp-info regards, Thies
