I tried to connect Apache and Tomcat 4.0.1 in SUSE Linux 6.4

The lines in the file httpd.conf are equal to the user guide:

httpd.conf (last lines)

# Tomcat 4.0.1
LoadModule webapp_module /usr/lib/apache/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection conn warp localhost:8008
WebAppDeploy     examples  conn  /examples

But when i try to start...

Error message:

[Tue Sep  3 11:08:37 2002] [warn] Loaded DSO /usr/lib/apache/mod_webapp.so
uses plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
Syntax error on line 1550 of /etc/httpd/httpd.conf:
Invalid command 'WebAppDeploy', perhaps mis-spelled or defined by a module
not included in the server configuration

If remove the webappdeploy line, Apache start, but the tomcat example
application doesn't work, only in port 8080 (tomcat default)


Any idea....

Thanks
Antonio



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to