bindOnInit is supported for AJP too.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Apr 2011 12:37:44 +0000 (12:37 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Apr 2011 12:37:44 +0000 (12:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1095682 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/ajp.xml

index 06eadf6..212ac9b 100644 (file)
       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