Just some additional installation info.
Index: jk/xdocs/jk2/configweb.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml,v
retrieving revision 1.6
diff -c -r1.6 configweb.xml
*** jk/xdocs/jk2/configweb.xml 20 Sep 2002 21:35:31 -0000 1.6
--- jk/xdocs/jk2/configweb.xml 23 Sep 2002 21:20:46 -0000
***************
*** 100,105 ****
--- 100,115 ----
<th>Description</th>
</tr>
<tr>
+ <td>file</td>
+ <td>${serverRoot}/conf/workers2.properties</td>
+ <td>Location of the workers2.properties file</td>
+ </tr>
+ <tr>
+ <td>debug</td>
+ <td>0</td>
+ <td>Set the debug level of the config component</td>
+ </tr>
+ <tr>
<td>debugEnv</td>
<td>0</td>
<td>Set the debug level of the hidden env component </td>
Index: jk/xdocs/jk2/installhowto.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/xdocs/jk2/installhowto.xml,v
retrieving revision 1.2
diff -c -r1.2 installhowto.xml
*** jk/xdocs/jk2/installhowto.xml 20 Sep 2002 21:35:31 -0000 1.2
--- jk/xdocs/jk2/installhowto.xml 23 Sep 2002 21:20:46 -0000
***************
*** 3,8 ****
--- 3,9 ----
<properties>
<title>Installation of mod_jk2 in the Web Server</title>
<author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author>
+ <author email="[EMAIL PROTECTED]">Eugene Gluzberg</author>
<date>$Date: 2002/09/20 21:35:31 $</date>
</properties>
<section name="Installation">
***************
*** 14,19 ****
--- 15,34 ----
installation.
</p>
<subsection name="Apache 1"/>
+ <p>
+ For this example, we are running on a standard RH 7.3 system Apache 1.3 rpm
+installed.
+ The commands are executed in the jakarta-tomcat-connectors directory.
+ These instructions should also work with other RH 7.x systems..
+ </p>
+ <screen>
+ <note>Copy the dso files in the modules location:</note>
+ <type>cp jk/build/jk2/apache2/mod_jk2.so /etc/httpd/modules</type>
+ <note>Add mod_jk2 loading in the httpd.conf:</note>
+ <read>LoadModule jk2_module modules/mod_jk2.so</read>
+ <read>AddModule mod_jk2.c</read>
+ <note>Point mod_jk2 to your workers2.properties file inside
+httpd.conf::</note>
+ <type>JkSet "config.file" "/etc/httpd/conf/workers2.properties"</type>
+ </screen>
<subsection name="Apache 2">
<p>
In the following example Apache-2.0 is installed in
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>