From: markt
Date: Tue, 25 Mar 2008 21:27:04 +0000 (+0000)
Subject: Fix bug 44541 - document packetSize for the AJP connector.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2d772935790b03e2a6bdb1a04f761a6a6232a9e9;p=tomcat7.0
Fix bug 44541 - document packetSize for the AJP connector.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@640994 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index a61f8ae96..00134686c 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -258,6 +258,15 @@
execute tasks using the executor rather than an internal thread pool.
+
+ This attribute sets the maximum AJP packet size in Bytes. The maximum
+ value is 65536. It should be the same as the max_packet_size
+ 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.
+
+
The TCP port number on which this Connector
will create a server socket and await incoming connections. Your