Ok, one last question.. where might I obtain or find the apxs2's? I'm not
sure wether I have them or not.

-----Original Message-----
From: Richard Park [mailto:[EMAIL PROTECTED]
Sent: 13 August 2003 23:28
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
at-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I
built mod_jk2 using './configure' from the
"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first
run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make"
is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your
"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
gwebex.html

Hope that helps!




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




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

Reply via email to