Fix bug 44541 - document packetSize for the AJP connector.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 Mar 2008 21:27:04 +0000 (21:27 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 Mar 2008 21:27:04 +0000 (21:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@640994 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/ajp.xml

index a61f8ae..0013468 100644 (file)
       execute tasks using the executor rather than an internal thread pool.</p>
     </attribute>
 
+    <attribute name="packetSize" required="false">
+      <p>This attribute sets the maximum AJP packet size in Bytes. The maximum
+      value is 65536. It should be the same as the <code>max_packet_size</code>
+      directive configured for mod_jk. Normally it is not necessary to change
+      the maximum packet size. Problems with the default value have been
+      reported when sending certificates or certificate chains. The default
+      value is 8192.</p>
+    </attribute>
+
     <attribute name="port" required="true">
       <p>The TCP port number on which this <strong>Connector</strong>
       will create a server socket and await incoming connections.  Your