Hi!

I have some problems with my Apache 1.3.22 and Tomcat 4.x.

I have downloaded the binary version of mod_webapp from the Apache website and have 
placed the mod_webapp.so in my Apache libexec library.

And in Apache httpd.conf the following lines are added:

LoadModule webapp_module      libexec/mod_webapp.so
AddModule   mod_webapp.c

And in httpd.conf's VirtualHost's directive:

WebAppConnection conn warp localhost:8008
WebAppDeploy www.xxx.com conn /var/www/webapps/xxx

Tomcats server.xml:

<Engine className="org.apache.catalina.connector.warp.WarpEngine" name="www.xxx.com" 
debug="0" appBase="/var/www/webapps/xxx">

When I'm running ./apachectl configtest I get the following error message:

[warn] Loaded DSO libexec/mod_webapp.so uses plain Apache 1.3 plain API, this module 
might crash under EAPI! Please recompile it with -DEAPI.

When I'm trying to run some JSP pages the Apache error_log contains the following:

[Thu Nov 29 00:39:02 2001] [error] Connection "conn" cannot connect
[Thu Nov 29 00:39:02 2001] [error] Cannot open connection "conn"


Any one that can help?


Best regards

Lars Nielsen Lind

Reply via email to