Warning I'm a newbie at this.
We have just downloaded for Apache 2.0.35 and Tomcat 4.03 and are
attempting to configure it for Solaris 8.
Downloaded the mod_webapp.so from the Jakarta dist and followed directions
from the book "Apache Jakarta-Tomcat" by James Goodwill
added the following lines to httpd.conf =============
LoadModule webapp_module libexec/mod_webapp.so
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples
and get following error when trying to start apache====
Syntax error on line 1017 of /c4vol2/seamans/apache2/conf/httpd.conf:
Cannot load /c4vol2/seamans/apache2/libexec/mod_webapp.so into server:
ld.so.1: /c4vol2/seamans/apache2/bin/httpd: fatal: relocation error:
file /c4vol2/seamans/apache2/libexec/mod_webapp.so: symbol ap_pstrdup:
referenced symbol not found
../../apache2/bin/apachectl start: httpd could not be started
Is there a dummies guide to setting up apache to communicate with tomcat
under
these versions?
Help! I've been at this for three days and need to get this working
before the end of the year.
Thanks,
Jim Seamans