Re: AGAIN jk2 2.0.4 compile

2004-04-03 Thread Graham Bleach
On Thu, Apr 01, 2004 at 06:40:24PM +0100, Dale, Matt wrote: I think that using JK2 with apache 1.3 is unsupported and that you should either use the JK connector or upgrade to apache 2. Is this correct? I'm planning to use mod_jk2 with Apache 1.3.29 and Tomcat 4.1.29 in a production environment

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
I just did this today, look for the apr libs in /usr/local/apache/lib directory and complile with ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-apr-lib=/usr/local/apache/lib \ --with-tomcat-41=/usr/local/jakarta-tomcat-5.0.19 \ --with-java-home=/usr/local/j2sdk \ --with-jni

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
I cut and paste that from the command line, remember to take out the at the beginning of the lines -Original Message- From: Dale, Matt Sent: 01 April 2004 16:48 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: AGAIN jk2 2.0.4 compile I just did this today, look for the apr libs

Re: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Giorgio Ponza
Dale, Matt ha scritto: I just did this today, look for the apr libs in /usr/local/apache/lib directory and complile with ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-apr-lib=/usr/local/apache/lib \ --with-tomcat-41=/usr/local/jakarta-tomcat-5.0.19 \

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
It seems to think you are using apache 1.3, is the install of apache that you have at /usr/local/apache the version of apache 2 you just built? -Original Message- From: Giorgio Ponza [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 17:02 To: Tomcat Users List Subject: Re: AGAIN jk2 2.0.4

Re: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Emerson Cargnin
] Sent: 01 April 2004 17:02 To: Tomcat Users List Subject: Re: AGAIN jk2 2.0.4 compile Dale, Matt ha scritto: I just did this today, look for the apr libs in /usr/local/apache/lib directory and complile with ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-apr-lib=/usr/local/apache/lib

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
I think that using JK2 with apache 1.3 is unsupported and that you should either use the JK connector or upgrade to apache 2. -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 18:04 To: Tomcat Users List Subject: Re: AGAIN jk2 2.0.4 compile I have

Re: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Emerson Cargnin
that using JK2 with apache 1.3 is unsupported and that you should either use the JK connector or upgrade to apache 2. -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 18:04 To: Tomcat Users List Subject: Re: AGAIN jk2 2.0.4 compile I have apache 1.3, do

Re: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Walter Truitt
You shouldn't need to have APR, since it is included in apache 2.0.49. Here, I will try to duplicate your issue. I have a system running Redhat 9. cd /home/wtruitt/src gzip -cd ../downloads/httpd-2.0.49.tar.gz | tar xf - cd httpd-2.0.49 sh configure --prefix=/usr/local/apache2049 --enable-so