Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
talk2UtimeHi,

I'm trying to get mod_jk2 to run with apache 2.0.47 and Tomcat 4.1.27
running in Linux. However, I cannot work out how to compile mod_jk2. I can't
seem to get hold of everything I need?

At
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src

I can obtain the mod_jk2 v2.0.2 src, I've installed Jakarta Ant, Java 1.4.2,
Tomcat temporarily at /root/Tomcat\ 4.1/Tomcat and Apache 2.0.47 at
/usr/local/apache2. When I build mod_jk2 with Ant I seem to get an error
saying that the ./jakarta-tomcat-connectors-jk2-2.0.2-src/util directory
does not exist:

file:/root/Tomcat%204.1/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11
: Basedir /root/Tomcat 4.1/jakarta-tomcat-connectors-jk2-2.0.2-src/util does
not exist.

This is correct! The directory does not exist, so I researched into it and
realised that I needed to install one of the rpm's from the
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/rpms directory... but this is empty?!

Is it currently possible to get Apache 2.0.47, running with Tomcat 4.1.27
and how?

Regards,
Stuart Stephen


Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread jean-frederic clere
Stuart Stephen wrote:
talk2UtimeHi,

I'm trying to get mod_jk2 to run with apache 2.0.47 and Tomcat 4.1.27
running in Linux. However, I cannot work out how to compile mod_jk2. I
can't
seem to get hold of everything I need?
At
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.
2/src
I can obtain the mod_jk2 v2.0.2 src, I've installed Jakarta Ant, Java
1.4.2,
Tomcat temporarily at /root/Tomcat\ 4.1/Tomcat and Apache 2.0.47 at
/usr/local/apache2. When I build mod_jk2 with Ant I seem to get an error
saying that the ./jakarta-tomcat-connectors-jk2-2.0.2-src/util directory
does not exist:
file:/root/Tomcat%204.1/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xm
l:11
: Basedir /root/Tomcat 4.1/jakarta-tomcat-connectors-jk2-2.0.2-src/util
does
not exist.
This is correct! The directory does not exist, so I researched into it
and
realised that I needed to install one of the rpm's from the
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.
2/rpms directory... but this is empty?!
Is it currently possible to get Apache 2.0.47, running with Tomcat
4.1.27
and how?
Try to do it the native way:
cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2
configure --with-apxs2=your_path_to_apxs
make
The mod_jk2.so should be located in 
jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2
Then follow the documentation: 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.html

Regards,
Stuart Stephen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]