hgomez 01/05/18 09:32:44
Modified: src/doc mod_jk-howto.html
Log:
corrected ajp13 setup info
Obtained from: Hans Schmid
Revision Changes Path
1.8 +6 -7 jakarta-tomcat/src/doc/mod_jk-howto.html
Index: mod_jk-howto.html
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/doc/mod_jk-howto.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mod_jk-howto.html 2001/04/03 06:47:33 1.7
+++ mod_jk-howto.html 2001/05/18 16:32:40 1.8
@@ -643,14 +643,13 @@
<h3><a name="s82">(Optional) Configuring Tomcat to use the Ajpv13 protocol</a></h3>
<div class=subsection>
mod_jk can use either the original Ajpv12 protocol or the newer Ajpv13 protocol.
-If you choose the latter, you need to activate the "Ajp13" Connection
Handler in Tomcat. This
-will give you the benefit of a faster protocol and the ability to identify requests
made via HTTPS.<BR><BR>
-Add the following block to your <tt>TOMCAT_HOME/conf/server.xml</tt> file.
+Both protocols are enabled by default. The "Ajp13" Connection Handler in
Tomcat will
+give you the benefit of a faster protocol and the ability to identify requests made
via HTTPS.<BR><BR>
+The following block enables Ajpv13 in your <tt>TOMCAT_HOME/conf/server.xml</tt>
file.
<blockquote><pre>
-<Connector className="org.apache.tomcat.service.PoolTcpConnector">
- <Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
- <Parameter name="port" value="8009"/>
-</Connector>
+<RequestInterceptor
+ className="org.apache.tomcat.modules.server.Ajp13Interceptor"
+ port="8009"/>
</pre></blockquote>
<p>The <tt>server.xml</tt> file already has a block similar to this for