Author: jfclere Date: Tue May 30 10:00:16 2006 New Revision: 410319 URL: http://svn.apache.org/viewvc?rev=410319&view=rev Log: Arrange the different small updated things.
Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/howto/apache.xml?rev=410319&r1=410318&r2=410319&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/howto/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Tue May 30 10:00:16 2006 @@ -30,8 +30,8 @@ <section name="Introduction"> <p> This document explains how to connect Tomcat to the popular open source web server, Apache. -There is actually two version of Apache, 1.3 and 2.0 and both can be used with mod_jk, the Tomcat redirector -module. +There is actually three versions of Apache, 1.3, 2.0 and 2.2 and all can be used with mod_jk, +the Tomcat redirector module. </p> <p> @@ -166,12 +166,12 @@ It is recommended to use the binary version if one is available. If the binary is not available, follow the instructions for building mod_jk from source. The mod_jk source can be downloaded from a mirror -<a href="http://jakarta.apache.org/site/sourceindex.cgi"> +<a href="http://tomcat.apache.org/download-connectors.cgi"> here</a> </p> <p> -The binaries for mod_jk are now available, for several platforms, in a separate area as the Tomcat Binary Release. +The binaries for mod_jk are now available for several platforms. The binaries are located in subdirectories by platform. </p> @@ -186,8 +186,8 @@ <p> For example JK 1.2.5 can be downloaded from a mirror -<a href="http://jakarta.apache.org/site/binindex.cgi"> -here</a> and contains binary version for a variety of +<a href="http://tomcat.apache.org/download-connectors.cgi"> +here</a> (look for JK 1.2 Binary Releases). The "JK 1.2 Binary Releases" link contains binary version for a variety of operating systems for both Apache 1.3 and Apache 2. </p> @@ -232,14 +232,15 @@ <subsection name="Using Tomcat auto-configure"> <p> +The auto-configure works only for a single Tomcat running on the same machine where Apache (httpd) is running. The simplest way to configure Apache to use mod_jk is to turn on the Apache auto-configure setting in Tomcat and put the following include directive at the end of your Apache httpd.conf file -(make sure you replace TOMCAT_HOME with the correct path for your Tomcat installation: +(make sure you replace $TOMCAT_HOME with the correct path for your Tomcat installation: </p> <source> #To be added at the end of your httpd.conf - Include /var/tomcat3/conf/jk/mod_jk.conf-auto + Include $TOMCAT_HOME/conf/jk/mod_jk.conf-auto </source> <p> @@ -259,7 +260,7 @@ <p> Then restart Tomcat and mod_jk.conf should be generated. For more information on this topic, please refer to the API documentation at the -<a href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/org/apache/jk/config/ApacheConfig.html"> +<a href="http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/jk/config/ApacheConfig.html"> Tomcat docs website</a>. </p> @@ -667,7 +668,7 @@ In case you get source from CVS, ie without an existing configure script, you should have autoconf for configuration and installation. <p> -To create jakarta-tomcat-connectors's autoconf script, you will need libtool 1.3.3 or higher, +To create tomcat-connectors's autoconf script, you will need libtool 1.3.3 or higher, and autoconf 2.13 or newer. </p><p> Those tools will not be required if you are just using a package downloaded from apache.org, @@ -685,7 +686,7 @@ <subsection name="Using configure to build mod_jk"> <p>Here's how to use configure to prepare mod_jk for building, just type: <source> -./configure [autoconf arguments] [jakarta-tomcat-connectors arguments] +./configure [autoconf arguments] [tomcat-connectors arguments] </source> </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]