You need Apache 2.0.43. .42 might work, but .41 and .40 won't. Or, you can build your own.
John -----Original Message----- From: neal [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 6:50 PM To: Tomcat Users List Subject: RE: Mod_JK.c not compatiable with version of Apache Does anyone know why I would get this error when installing mod_JK 2.0.43 on Linux 8, with Tomcat 4.1 and Apache 2.0: "mod_jk.c not compatible with this version of Apache". I presume that when it refers to the "mod_jk.c" it is referring to the cmopuled code it derives from the LoadModule command to load the so (?). I downloaded the mod_jk-2.0.43.so from the Apache connectors archives. I just used the same version (but as a DLL) successfully on my windows workstation. Any thoughts? Thanks. Neal -----Original Message----- From: neal [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:36 PM To: Tomcat Users List Subject: RE: Mod_JK - JkMount Invalid Command John, Your tutorial ROCKS! It turns out there were 4 distinct problems which I was able to identify in part by using the Apache.exe and in part by comparing your steps to the collage I had compiled from other incomplete sources. My primary problem was that mod_jk.dll was not being recognized so I replaced it with the build you were using (mod_jk-2.0.43.dll) and from there is was pretty much home free! Now on to doing the same on the Linux server (I hope its reasonably similar). :) Thanks again. Neal -----Original Message----- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 11:22 AM To: 'Tomcat Users List' Subject: RE: Mod_JK - JkMount Invalid Command Uncomment those two lines. Then, open up a command window and call Apache like this: SOME_DRIVE:\SOME\PATH\TO\APACHE\BIN\APACHE.EXE -t This will check the syntax of Apache's httpd.conf without starting Apache. Fix the errors, then call it with "-t" again until you see "Syntax OK". The whole process is described in my HOWTO: http://www.johnturner.com/howto/winxp-howto.html While the version I use in my HOWTO is 4.1.18, the configuration steps are identical, just substitute "4.0.4" wherever you see "4.1.18". John > -----Original Message----- > From: neal [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 2:17 PM > To: Tomcat Users List > Subject: Mod_JK - JkMount Invalid Command > > > I'm trying to setup ModJK for the first time between Apache 2.0 and > TOmcat 4.0.4, on Windows 2000. > > I am stuck with an error I was hoping someone might recognize: > > It tells me "invliad JKMount command. Perhaps mispelled or defined by > a module not included in the server configuration". > > I presume this is because I have commented out these lines: > > #LoadModule jk_module modules/mod_jk.so > #AddModule mod_jk.c > > But if I *DONT* comment these out, the test configuration window > disappears almost as quickly as it appears and I can't see what the > problem is. There > is nothing being logged, and if I try to start from the Apache Service > manager I simply get a message stating "The requested > operation failed.". > > > Anyone know what's going on? :( > > Thanks. > Neal > > > -- > 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]> -- 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]> --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
