From 03fb78597b40cdd33387f3bd977b0613b3b898bf Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 21 Apr 2011 12:37:44 +0000 Subject: [PATCH] bindOnInit is supported for AJP too. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1095682 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.11.0