#1: Yes. 

#2: No. :)

You don't need ant.  When I originally wrote the HOWTO, I thought you did,
so I hacked through getting it to work and put that in my HOWTO.  Then,
based on a tip from someone on the list I learned that I didn't need to go
through all that, all I needed to do was follow connector build option #2,
which is using the standard ./configure method.

So, basically, if you want to build the connector from source, all you have
to do is (assuming a GNU-ready build environment):

NOTE: the ./configure method assumes you have a sane build environment:
libtool, GNU make, autoconf, m4 

a) cd to CONNECTOR_HOME/jk/native. 

b) check README and README.configure. 

c) run buildconf.sh: ./buildconf.sh. This will create a file called
"configure" in CONNECTOR_HOME/jk/native. 

d) run configure: ./configure --with-apxs=/some/path/to/apache/bin/apxs
--with-java-home=${JAVA_HOME} 

e) run make: make 

g) You should end up with a mod_jk.so file in
CONNECTOR_HOME/jk/native/apache-1.3. Copy that mod_jk.so file to
/path/to/apache/libexec/. 

John


> -----Original Message-----
> From: Denise Mangano [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 12, 2002 9:04 AM
> To: 'Tomcat Users List'
> Subject: Apache-Tomcat HOWTO
> 
> 
> Another trivial question... I am looking at John Turner's how-to's for
> setting up Apache 1.3.26 + Tomcat 4.0.4.  There was a post 
> that when reading
> the how-to's version numbers are not that critical. Will this 
> document help
> me for my Apache 1.3.27/Tomcat 4.1.12 set up?  If so, then 
> does that mean I
> have to install ant?
> 
> Thanks!
> 
> Denise Mangano
> Complus Data Innovations, Inc.
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to