You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marcel Maré <li...@webtothemax.com> on 2001/09/07 21:30:14 UTC

Apache 1.3.20 & mod_webapp & Tomcat 4b7 HANGS on Windows

I'm having big problems getting this combination to work:
- Apache 1.3.20
- mod_webapp
- Tomcat 4b7
All were recently donwloaded and installed, using defaults as much as
possible.

Accessing the apache server and tomcat standalone is without problems.

In httpd.conf I added:
-----------------------
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c

WebAppConnection conn      warp  localhost:8008
WebAppDeploy     examples  conn  /examples/
WebAppInfo /webapp-info
-----------------------------

When accessing http://localhost/examples/ and clicking JSP, I'm seeing the
first 4 lines of the page, but then Tomcat hangs.

I get this error on the console:
--------------------------------
Starting service Tomcat-Standalone
Apache Tomcat/4.0-b7
Starting service Tomcat-Apache
Apache Tomcat/4.0-b7
java.lang.ArrayIndexOutOfBoundsException: No data available
        at
org.apache.catalina.connector.warp.WarpPacket.readUnsignedShort(WarpPacket.j
ava:183)
        at
org.apache.catalina.connector.warp.WarpPacket.readString(WarpPacket.java:218
)
        at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHand
ler.java:118)
        at
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:19
4)
        at java.lang.Thread.run(Thread.java:484)
--------------------------------

There are NO errors in any of the Tomcat or Apache logs.

Any ideas?

Marcel Maré

WebToTheMax




Re: Apache 1.3.20 & mod_webapp & Tomcat 4b7 HANGS on Windows

Posted by Pier Fumagalli <pi...@betaversion.org>.
"Marcel Maré" <li...@webtothemax.com> wrote:

> I'm having big problems getting this combination to work:
> - Apache 1.3.20
> - mod_webapp
> - Tomcat 4b7
> All were recently donwloaded and installed, using defaults as much as
> possible.

This seems to be a good one (can you please  post a bug on
http://nagoya.apache.org/bugzilla/ ???)...

On what OS?

    Pier