Hello,
I've configured
apache http server 1.3.22 to work with tomcat 4.0.1
using the webapp-module 1.0-tc40
Whenever I request a servlet by using the warp connector so apache will
redirect I get the following error, and I have to restart tomcat to
continue
anyone any ideas?
Starting service Tomcat-Standalone
Apache Tomcat/4.0
Starting service Tomcat-Apache
Apache Tomcat/4.0
java.lang.ArrayIndexOutOfBoundsException: No data available
at
org.apache.catalina.connector.warp.WarpPacket.readInteger(Unknown Sou
rce)
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:484)
Thanks,
Wim Peeters