mod_jk.so problem

2001-01-21 Thread venkatesan
Hi all, 1) I downloaded binary version of jakarta-tomcat-3.2.1.tar. I configured it in my Linux6.3 system. The tomcat server is running locally. While i try to configure it to Apache server which is in the same machine, i gone through the user guide and it tells that there should be one

mod_jk.so Problem

2001-01-20 Thread venkatesan
Hi all, 1) I downloaded binary version of jakarta-tomcat-3.2.1.tar. I configured it in my Linux6.3 system. The tomcat server is running locally. While i try to configure it to Apache server which is in the same machine, i gone through the user guide and it tells that there should be one

Re: mod_jk.so Problem

2001-01-20 Thread Geoff Lane
venkatesan wrote: Hi all, 1) I downloaded binary version of jakarta-tomcat-3.2.1.tar. I configured it in my Linux6.3 system. The tomcat server is running locally. While i try You are running a Distribution that is at version 6.3 I assume, since the latest release of Linux is 2.4.0. I

Re: mod_jk.so problem

2000-12-08 Thread bill french
hi, thanks for your reply. i actually got it to work about a half an hour after i posted with this command: /usr/local/apache/bin/apxs -o mod_jk.so -I../jk -I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux -c *.c ../jk/*.c hardcode once, hardcode again, i suppose. oh well. -bill

RE: mod_jk.so problem

2000-12-07 Thread John de la Garza
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 11:32 AM To: [EMAIL PROTECTED] Subject: mod_jk.so problem hello my environment is thus: tomcat 3.2 apache 1.3.14 redhat 6.2 this is my problem: on issuing the command: /usr/local/apache/bin/httpd start

RE: mod_jk.so problem

2000-12-07 Thread John de la Garza
-shared=max make install -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 11:32 AM To: [EMAIL PROTECTED] Subject: mod_jk.so problem hello my environment is thus: tomcat 3.2 apache 1.3.14 redhat 6.2 this is my problem: on issuing

Re: mod_jk.so problem on Linux

2000-11-30 Thread Phillip T. Gerringer
I know this is going to help very little but... Apparently when you get the garbled message, it means the module was compiled with different options than the calling module. I know that is basic but that is where I would start. Example: if your Apache has SSL enabled, then you must compile

Re: mod_jk.so problem on Linux

2000-11-30 Thread Dominique BATARD
You must compile mod_jk with the right apxs. Dom - Original Message - From: "Phillip T. Gerringer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 30, 2000 2:20 PM Subject: Re: mod_jk.so problem on Linux I know this is going to help very little but... Appar

Re: mod_jk.so problem on Linux

2000-11-30 Thread Graham Freeman
Thanks for your advice. I have got it working by recompiling with the correct version of apxs (that came with apache) and not the one sitting in /usr/sbin. Graham

mod_jk.so problem on Linux

2000-11-29 Thread Graham Freeman
I am having trouble getting mod_jk.so working in Apache 1.3 on my Linux box. If I include the instruction LoadModulejk_module libexec/mod_jk.so in my httpd.conf file, Apache reports # ./bin/apachectl configtest Syntax error on line 991 of