hgomez 01/05/18 09:30:18 Modified: jk/src/doc mod_jk-howto.html Log: updated mod_jk-howto.html Provided by Hans Schmid Revision Changes Path 1.2 +6 -7 jakarta-tomcat-connectors/jk/src/doc/mod_jk-howto.html Index: mod_jk-howto.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/doc/mod_jk-howto.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_jk-howto.html 2001/05/14 09:16:56 1.1 +++ mod_jk-howto.html 2001/05/18 16:30:15 1.2 @@ -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