RE: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-08 Thread guyr
to apache1.3.19 using mod_jk 1) Download the ApacheModuleJServ.zip file from http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/win32/i386/ 2) Uncompress in Apache>Modules directory and try again. It worked for me ram

Re: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-08 Thread RameshBabu R Muthuvel
1) Download the ApacheModuleJServ.zip file from http://jakarta.apache.org/builds/tomcat/release/v3.2.1/bin/win32/i386/ 2) Uncompress in Apache>Modules directory and try again. It worked for me ramesh _ Get Your Priva

Re: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-08 Thread Dominique BATARD
You MUST compile apache with "--enable-module=so"  to enable mod_jk.so (and any other module)   Dom - Original Message - From: Don Hardaway To: [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 10:34 PM Subject: connecting tomcat3.2.1 to ap

Re: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-07 Thread Jesse Reynolds
Title: Re: connecting tomcat3.2.1 to apache1.3.19 using mod_j Which OS are you on? Did you download a binary of mod_jk.so or did you compile it by hand from within the tomcat source? At 3:34 PM -0600 7/3/2001, Don Hardaway wrote: I have configured tomcat3.2.1 with apache1.3.19 using the mod_jk.

Re: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-07 Thread Falcon cheetah
I had the same problem sometime ago, and then I downloaded the source code and compiled it. It worked.   Try that.   Don Hardaway <[EMAIL PROTECTED]> wrote: I have configured tomcat3.2.1 with apache1.3.19 using the mod_jk.so file. Everytime I try to start apache i get this message that say sa

connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-07 Thread Don Hardaway
I have configured tomcat3.2.1 with apache1.3.19 using the mod_jk.so file. Everytime I try to start apache i get this message that say says line 8 of the mod_jk.conf file has a syntax error. it says that "mod_jk.so is garbled -- perhaps this is not an Apache module DSO?"  Can anyone tell what