You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Danijel Pajur <dp...@irb.hr> on 2000/11/15 16:32:31 UTC

mod_jk.so

Where is jk's dir in tomcat 3.1 ?
I must be going blind, I've downloaded the 3.1 binary and source, can't find
it anywhere.
I mean the instructions for tomcat+apache are pretty simple if I could just
find jk somewhere.

Are there instructions somewhere for configuring apache + tomcat to run with
mod_jserv?
That one is available from the site as a linux binary so i dont have to
worry about locating it.

thanks
Dan


Re: mod_jk.so

Posted by Jim Richards <gr...@cyber4.org>.
Danijel Pajur wrote:
> 
> Where is jk's dir in tomcat 3.1 ?
> I must be going blind, I've downloaded the 3.1 binary and source, can't find it anywhere.
> I mean the instructions for tomcat+apache are pretty simple if I could just find jk somewhere.

It's not in tomcat 3.1, it comes starting from tomcat 3.2 ...

Re: mod_jk.so

Posted by Hans Kind <ha...@kindserver.com>.
Hi Dan,

You will find the mod_jk in:

/opt/downloads/jakarta-tomcat-3.2-b7-src/src/native

I needed to use the following command, to get mod_jk installed into my 
Apache dir structure, on a Solaris 2.7 server.

/opt/software/apache/bin/apxs -o mod_jk.so -lposix4 -DSOLARIS -I../jk 
-I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c

Note the -lposix4, which isn't mentioned in the documentation.

rgds

Hans Kind

At 16:32 15-11-00 +0100, you wrote:
>Where is jk's dir in tomcat 3.1 ?
>I must be going blind, I've downloaded the 3.1 binary and source, can't find
>it anywhere.
>I mean the instructions for tomcat+apache are pretty simple if I could just
>find jk somewhere.
>
>Are there instructions somewhere for configuring apache + tomcat to run with
>mod_jserv?
>That one is available from the site as a linux binary so i dont have to
>worry about locating it.
>
>thanks
>Dan