Is mod_webapp even supported on Apache 2? I'm not sure. You might try mod_jk. Binaries are available. You'll also want to upgrade to Apache 2.0.43, there are all kinds of fixes (including security fixes) between .40 and .43. The connectors (like mod_jk and mod_webapp and mod_jk2) are typically sensitive to Apache version as well.
John > -----Original Message----- > From: Hendrik Coetzee [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 5:57 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 4.1.12 with Apache 2.0.40 > > > Hi > > I installed Apache 2.0.40 (Default with the new RH8 installation) with > the RPMs of Tomcat 4.1.12 (including the <latest> web-apps RPM). Made > the required changes in the various conf files etc. Tomcat starts up > fine on port 8080, but when I want to start Apache, it gives the > following error: > > Starting httpd: Syntax error on line 207 of > /etc/httpd/conf/httpd.conf: > Cannot load /etc/httpd/modules/mod_webapp.so into server: > /etc/httpd/modules/mod_webapp.so: undefined symbol: ap_table_get > [FAILED] > > I have tried compiling the web-app module 1.0 source (the only tarball > source I could find), which made no difference. > > I've used Tomcat 3.x before this with success (with previous > versions of > apache) > > Any ideas? > > > > Hendrik Coetzee > > Linux - because a 486 has feelings too... > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
