You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/11/12 05:45:04 UTC

svn commit: r473874 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml howto/apache.xml

Author: markt
Date: Sat Nov 11 20:45:03 2006
New Revision: 473874

URL: http://svn.apache.org/viewvc?view=rev&rev=473874
Log:
Fix bug 40793. Improve docs. Patch provided by Paul Charles Leddy.

Modified:
    tomcat/connectors/trunk/jk/xdocs/changelog.xml
    tomcat/connectors/trunk/jk/xdocs/howto/apache.xml

Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/changelog.xml?view=diff&rev=473874&r1=473873&r2=473874
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/changelog.xml Sat Nov 11 20:45:03 2006
@@ -40,6 +40,10 @@
       <bug>40856</bug>: Fixing case sensitivity bug in URL mapping. (rjung)
       </fix>
       <fix>
+      <bug>40793</bug>: Documentation: Improvements to Apache HowTo provided by
+      Paul Charles Leddy. (markt)
+      </fix>
+      <fix>
       <bug>40774</bug>: Fixing wrong recursion termination. This one restricted the
       "reference" feature unintentionally to 20 workers. (rjung)
       </fix>

Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/howto/apache.xml?view=diff&rev=473874&r1=473873&r2=473874
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/howto/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Sat Nov 11 20:45:03 2006
@@ -245,15 +245,22 @@
 </source>
 
 <p>
+Note: this file may also be generated as $TOMCAT_HOME/conf/auto/mod_jk.conf 
+</p>
+
+<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 by adding the listener to the Engine
+element in the server.xml file as per the following example.
 <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>
   ...
   &lt;Engine ...&gt;
+    ...
     &lt;Listener className="org.apache.jk.config.ApacheConfig" modJk="/path/to/mod_jk.so" /&gt;
+    ...
   &lt;/Engine&gt;
   ...
 </source>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org