You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/03/04 23:20:35 UTC

DO NOT REPLY [Bug 33857] New: - Patch for tomcat documentation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33857>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33857

           Summary: Patch for tomcat documentation
           Product: Tomcat 5
           Version: 5.5.7
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Webapps:Administration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: joost@spacebabies.nl


Index: apache.xml
===============================================================
====
RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml,v
retrieving revision 1.2
diff -u -r1.2 apache.xml
--- apache.xml	23 Dec 2004 13:52:00 -0000	1.2
+++ apache.xml	4 Mar 2005 22:14:26 -0000
@@ -244,9 +244,17 @@
 
 <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 described in the Tomcat 
documentation.
+This file is created by enabling the Apache auto-configuration as follows, in your server.xml file:
 </p>
 
+<source>
+	<Server ...>
+		<Listener className="org.apache.jk.config.ApacheConfig" modJk="/path/to/mod_jk.so" />
+	</Server>
+</source>
+
+<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">Tomcat docs website</a>.</p>
+
 </subsection>
 
 <subsection name="Custom mod_jk configuration">

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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