I am running RedHat Linux 8.0. I have Tomcat 4.1.18 installed from an RPM, and responding properly on port 8080. I have Apache 2.0.44 installed from source, and responding properly on port 80.
I downloaded the jakarta-tomcat-connectors-4.1.18 source package, followed my instructions (specifically, I was using Wrox Press's "Professional Apache Tomcat", but the directions match those on apache.org) to build mod_jk2 for Apache 2. Copied the newly-generated mod_jk2.so to /usr/local/apache2/modules/. Then, I put the LoadModule command and the other config directives for jk2 in my httpd.conf file. Doing a syntax check returns the following message: httpd: module "../../server/apache2/mod_jk2.c" is not compatible with this version of Apache. Please contact the vendor for the correct version. So then I tried doing the same thing, but following the mod_jk instructions instead. I get basically the same message: httpd: module "../../server/apache2/mod_jk.c" is not compatible with this version of Apache. Please contact the vendor for the correct version. So apparently, the latest versions of both mod_jk and mod_jk2 are incompatible with Apache 2.0.44. Is this true? I've been unable to confirm that anywhere. Should I remove Apache and go back to 2.0.40 or something, or am I just doing something wrong? Maybe I need to build in a special module in Apache? Any help is appreciated! Thanks, Jake Robb --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
