hgomez 01/06/07 06:46:48 Modified: jk/src/native README Log: Update on build instruction Very easy now with JF Clere autoconf :) Revision Changes Path 1.2 +2 -62 jakarta-tomcat-connectors/jk/src/native/README Index: README =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/native/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 2001/05/14 09:09:42 1.1 +++ README 2001/06/07 13:46:43 1.2 @@ -1,6 +1,6 @@ README for jakarta-tomcat-connector -$Id: README,v 1.1 2001/05/14 09:09:42 hgomez Exp $ +$Id: README,v 1.2 2001/06/07 13:46:43 hgomez Exp $ Please see doc/mod_jk-howto.html for more verbose instructions @@ -27,64 +27,4 @@ * Direct access to Tomcat 3.2/3.3 servlet engine via ajp12/ajp13 protocol. -* OK, then how do I build web-connector ? - -For Unix: - -Change to the apache1.3 or apache2.0 directory, -depending on which version of Apache you are running. - -Execute "./build-unix.sh" This script sets some environment variables -and then calls Apache's apxs script to do the actual compile. - -If this doesn't work, please check the source for build-unix.sh. You -may have to edit some variables. - -Alternately, you may have more luck with the makefiles. Execute them -with e.g. "make -f Makefile.linux mod_jtc.so" - -For Windows: - -[need more info feel free to contact me] - -* How do I install mod_jtc.so? - -Copy mod_jtc.so into your APACHE_HOME/libexec - -Add the following line to APACHE_HOME/conf/httpd.conf. Replace -"TOMCAT_HOME" with the actual directory name. - - Include TOMCAT_HOME/conf/mod_jtc.conf-auto - -That's it! - -When Tomcat starts, it automatically writes out mod_jtc.conf-auto based -on your server.xml settings. If this is inadequate for your needs, -you can copy mod_jtc.conf-auto to a new file called "mod_jtc.conf" and -then change httpd.conf to read - - Include TOMCAT_HOME/conf/mod_jtc.conf - -Note that Tomcat must be started *before* Apache for mod_jtc to -initialize correctly. Since "tomcat.sh start" launches Tomcat in the -background, you may have to do something like the following in your -startup script: - - cd $TOMCAT_HOME/bin - ./tomcat.sh start - sleep 4 - $APACHE_HOME/bin/apachectl start - -[Note: apachectl should be run as root, but Tomcat should be run as a -local user; this means that the above script would lead to a security -problem. Any suggestions to fix?] - -* Where do I report bugs/errors? - -See http://jakarta.apache.org/getinvolved/mail.html and -http://jakarta.apache.org/bugs/index.html for information. - ---- -Credits: -mod_jk written by Gal Shachor and many others -README and .sh scripts written by Alex Chaffee +* OK, then how do I build web-connector ? Just take a look at README.configure