Author: markt
Date: Thu Apr 21 12:37:44 2011
New Revision: 1095682
URL: http://svn.apache.org/viewvc?rev=1095682&view=rev
Log:
bindOnInit is supported for AJP too.
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1095682&r1=1095681&r2=1095682&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Thu Apr 21 12:37:44 2011
@@ -268,6 +268,13 @@
interface.</p>
</attribute>
+ <attribute name="bindOnInit" required="false">
+ <p>Controls when the socket used by the connector is bound. By default it
+ is bound when the connector is initiated and unbound when the connector
is
+ destroyed. If set to <code>false</code>, the socket will be bound when
the
+ connector is started and unbound when it is stopped.</p>
+ </attribute>
+
<attribute name="clientCertProvider" required="false">
<p>When client certificate information is presented in a form other than
instances of <code>java.security.cert.X509Certificate</code> it needs to
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]