Is "ant" supposed to compile it or is there a "configure" or "make" that creates the little beastie?

Well, inside jakarta-tomcat-connectors-4.1.24-src/jk/native2 there's a buildconf.sh. After running it I had a "configure" file, which helped me feel at home.

. configure --with-apxs2=/usr/local/apache2/bin/apxs --with-tomcat41=/var/tomcat4

created the makefiles, and before I knew it, I had a mod_jk2.so.

Now, I need to find out what to do with it.

Eric J. Pinnell wrote:

Hi,

Mine was in:
jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/mod_jk2.so

-e

On Wed, 2 Jul 2003, [ISO-8859-1] Thomas Gagn? wrote:



I guess that's what I would have thought, but alas:

find . -name 'mod_jk*'
./jk/native/apache-1.3/mod_jk.c
./jk/native/apache-1.3/mod_jk.dsp
./jk/native/apache-1.3/mod_jk.exp
./jk/native/apache-2.0/mod_jk.dsp
./jk/native/apache-2.0/mod_jk.c
./jk/native2/server/apache2/mod_jk2.dsp
./jk/native2/server/apache2/mod_jk2.c
./jk/native2/server/apache13/mod_jk2.c
./jk/native2/server/apache13/mod_jk2.dsp
./jk/xdocs/images/mod_jk.jpg

no mod_jk2.so

Eric J. Pinnell wrote:



Hi,

If you dl'd the source and built it sucessfully you will have the finished
product, mod_jk2.so, in the build directory.  It's a DSO.  So you would
copy that to the apache modules directory and load it in the httpd.conf
file.

-e

On Wed, 2 Jul 2003, [ISO-8859-1] Thomas Gagn? wrote:





I downloaded the connector stuff and it anted fine, but I can't locate
the instructions on how to include mod_jk2.c into Apache 2's compile.
Where is that hidden?


--------------------------------------------------------------------- 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]






--
.tom




--------------------------------------------------------------------- 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]





-- .tom




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



Reply via email to