You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ilya Khandamirov <ik...@startext.de> on 2001/12/10 22:13:08 UTC

invalid packet

Hi,

Trying to make Apache 1.3.22 and Tomcat 4.01 working together under Windows
2000 i get the following error messages (and jsp-pages are not processed):

[Mon Dec 10 20:02:22 2001] [error] (null)
[Mon Dec 10 20:02:22 2001] [error] Invalid packet 82
[Mon Dec 10 20:02:22 2001] [error] (null)
[Mon Dec 10 20:02:22 2001] [error] Invalid WARP packet 0 (WELCOME)
[Mon Dec 10 20:02:22 2001] [error] Cannot read packet (pr_warp_config.c:139)
[Mon Dec 10 20:02:22 2001] [error] Cannot configure connection conn
[Mon Dec 10 20:02:22 2001] [error] Cannot configure connection "conn"

Has somebody experienced that? Is there a cure?

I've downloaded mod_webapp from
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/win32
/
and copied "libapr.dll" and "mod_webapp.so" to "modules" folder and
configured "httpd.conf" according to "INSTALL.txt":

LoadModule webapp_module modules/mod_webapp.so
...
AddModule mod_webapp.c
...
WebAppConnection conn      warp  localhost:8008
WebAppDeploy     examples  conn  /examples


Any ideas?
Thank you.


Regards,
Ilya