Author: remy.maucherat(a)jboss.com
Date: 2010-02-26 11:47:42 -0500 (Fri, 26 Feb 2010)
New Revision: 1391
Modified:
trunk/webapps/docs/config/ajp.xml
Log:
JBWEB-145
Modified: trunk/webapps/docs/config/ajp.xml
===================================================================
--- trunk/webapps/docs/config/ajp.xml 2010-02-18 14:03:13 UTC (rev 1390)
+++ trunk/webapps/docs/config/ajp.xml 2010-02-26 16:47:42 UTC (rev 1391)
@@ -119,12 +119,6 @@
number specified here.</p>
</attribute>
- <attribute name="request.registerRequests"
required="false">
- <p>This attribute controls request registration for JMX monitoring
- of the Connector. It is enabled by default, but may be turned
- it off to save a bit of memory.</p>
- </attribute>
-
<attribute name="scheme" required="false">
<p>Set this attribute to the name of the protocol you wish to have
returned by calls to <code>request.getScheme()</code>. For
@@ -243,6 +237,11 @@
to a particular port number on a particular IP address.</p>
</attribute>
+ <attribute name="requiredSecret" required="false">
+ <p>Only requests from workers with this secret keyword will be accepted.
+ Not used by default.</p>
+ </attribute>
+
<attribute name="tcpNoDelay" required="false">
<p>If set to <code>true</code>, the TCP_NO_DELAY option will be
set on the server socket, which improves performance under most
Show replies by date