From: markt Date: Thu, 21 Apr 2011 12:37:44 +0000 (+0000) Subject: bindOnInit is supported for AJP too. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=03fb78597b40cdd33387f3bd977b0613b3b898bf;p=tomcat7.0 bindOnInit is supported for AJP too. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1095682 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 06eadf6e8..212ac9b5b 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -268,6 +268,13 @@ interface.

+ +

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 false, the socket will be bound when the + connector is started and unbound when it is stopped.

+
+

When client certificate information is presented in a form other than instances of java.security.cert.X509Certificate it needs to