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=40793>.
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=40793
Summary: Documentation Errors: Tomcat Connector: Apache HowTo:
Installation: Using Tomcat auto-configure
Product: Tomcat 5
Version: 5.5.20
Platform: Macintosh
URL: http://tomcat.apache.org/connectors-
doc/howto/apache.html
OS/Version: Mac OS X 10.4
Status: NEW
Severity: minor
Priority: P2
Component: Connector:AJP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: pcleddy@yahoo.com
===================================================================
--- howto/apache.xml (revision 465431)
+++ howto/apache.xml (working copy)
@@ -244,16 +244,27 @@
</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.
<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>
+ which also apply to previous Tomcat branches.</b> Also, this entry goes
within the block for your current
+ 'Engine', not in a block of its own.
</p>
<source>
...
<Engine ...>
+ .
+ .
+ .
<Listener className="org.apache.jk.config.ApacheConfig"
modJk="/path/to/mod_jk.so" />
- </Engine>
+ .
+ .
+ .
+ </Engine>
...
</source>
--
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|