yoavs 2005/03/23 10:55:04
Modified: jk/xdocs/howto apache.xml
Log:
Corrections and clarifications pointed out by Bill Barker.
Revision Changes Path
1.5 +8 -4 jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml
Index: apache.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apache.xml 23 Mar 2005 16:27:03 -0000 1.4
+++ apache.xml 23 Mar 2005 18:55:04 -0000 1.5
@@ -244,12 +244,16 @@
<p>
This will tell Apache to use directives in the <b>mod_jk.conf-auto</b> file
in the Apache configuration.
-This file is created by enabling the Apache auto-configuration as follows,
in your server.xml file:
+This file is created by enabling the Apache auto-configuration as follows,
in your server.xml file.
+<b>Please note that this example is specific to Tomcat 5.x, unlike other
sections of this document
+ which also apply to previous Tomcat branches.</b>
</p>
<source>
- <Server ...>
+ ...
+ <Engine ...>
<Listener className="org.apache.jk.config.ApacheConfig"
modJk="/path/to/mod_jk.so" />
- </Server>
+ </Engine>
+ ...
</source>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]