Re: How to build jk2?

2003-03-07 Thread Boris Folgmann
Turner, John wrote: Locahost #: ./configure --with-apxs=/some/path/to/apache/bin/apxs --with-java=${JAVA_HOME} Using jakarta-tomcat-connectors-jk2-2.0.2-src on RedHat 8.0 this does not work: ./configure --with-apxs2=/usr/sbin/apxs --with-java-home=/usr/java/j2sdk1.4.1_01 fails with: [...]

RE: How to build jk2?

2002-12-12 Thread Turner, John
, December 11, 2002 10:15 PM To: Tomcat Users List Subject: Re: How to build jk2? Turner, John wrote: You don't need to build the connector JARs. They are already built for you (check a binary install package of Tomcat). The only thing you need to build is the Apache side (the Apache module

Re: How to build jk2?

2002-12-12 Thread Joseph Shraibman
Turner, John wrote: Using configure is familiar to most systems administrators. once you find it. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to build jk2?

2002-12-11 Thread Joseph Shraibman
On http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html it talks about configure scripts, but the actual source I downloaded from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/src/ doesn't have configure scripts. It does have README.txt that says:

RE: How to build jk2?

2002-12-11 Thread Turner, John
} Localhost #: make Localhost #: make install You may need to run buildconf.sh prior to configure, I don't remember. John -Original Message- From: Joseph Shraibman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:17 PM To: [EMAIL PROTECTED] Subject: How to build jk2? On http

Re: How to build jk2?

2002-12-11 Thread Joseph Shraibman
Turner, John wrote: You don't need to build the connector JARs. They are already built for you (check a binary install package of Tomcat). The only thing you need to build is the Apache side (the Apache module) of the connector, and even then you can probably get a binary from the Jakarta site