-->
<mbeans-descriptors>
+ <!-- This MBean contains Connector attributes and some common attributes of
+ associated ProtocolHandler instances. Common attributes extracted out
+ from all ProtocolHandler implementations are denoted by a comment
+ 'common' above their description. Each attribute particular to given
+ ProtocolHandler implementation can be found in relevant ProtocolHandler
+ MBean. -->
<mbean name="CoyoteConnector"
className="org.apache.catalina.mbeans.ConnectorMBean"
description="Implementation of a Coyote connector"
group="Connector"
type="org.apache.catalina.connector.Connector">
+ <!-- Common -->
<attribute name="acceptCount"
description="The accept count for this Connector"
type="int"/>
-
+
+ <!-- Common -->
<attribute name="address"
description="The IP address on which to bind"
type="java.lang.String"/>
-
- <attribute name="algorithm"
- description="The certificate encoding algorithm to be used"
- type="java.lang.String"/>
-
+
<attribute name="allowTrace"
description="Allow disabling TRACE method"
type="boolean"/>
description="Fully qualified class name of the managed object"
type="java.lang.String"
writeable="false"/>
-
- <attribute name="clientAuth"
- description="Should we require client authentication?"
- type="java.lang.String"/>
-
- <attribute name="ciphers"
- description="Comma-separated list of SSL cipher suites to be enabled"
- type="java.lang.String"/>
-
- <attribute name="compression"
- description="Compression value"
- type="java.lang.String"/>
-
+
+ <!-- Common -->
<attribute name="connectionLinger"
description="Linger value on the incoming connection"
type="int"/>
+ <!-- Common -->
<attribute name="connectionTimeout"
description="Timeout value on the incoming connection"
type="int"/>
-
- <attribute name="connectionUploadTimeout"
- description="Timeout value on the incoming connection during request processing"
- type="int"/>
-
- <attribute name="disableUploadTimeout"
- description="Should Tomcat ignore setting a timeout for uploads?"
- type="boolean"/>
-
+
<attribute name="emptySessionPath"
description="The 'empty session path' flag for this Connector"
type="boolean"/>
description="The 'enable DNS lookups' flag for this Connector"
type="boolean"/>
+ <!-- Common -->
<attribute name="keepAliveTimeout"
description="The number of seconds Tomcat will wait for a subsequent request before closing the connection"
type="int"/>
- <attribute name="keystoreFile"
- description="Pathname to the key store file to be used"
- type="java.lang.String"/>
-
- <attribute name="keystorePass"
- description="Password for accessing the key store file"
- type="java.lang.String"/>
-
- <attribute name="keystoreType"
- description="Type of keystore file to be used for the server certificate"
- type="java.lang.String"/>
-
- <attribute name="keyAlias"
- description="Alias name of this connector's keypair and supporting certificate chain"
- type="java.lang.String"/>
-
- <attribute name="maxHttpHeaderSize"
- description="Maximum size in bytes of the HTTP header"
- type="int"/>
-
- <attribute name="maxKeepAliveRequests"
+ <attribute name="maxKeepAliveRequests"
description="Maximum number of Keep-Alive requests to honor per connection"
type="int"/>
description="Maximum size of a POST which will be saved by the container during authentication"
type="int"/>
- <attribute name="maxThreads"
+ <!-- Common -->
+ <attribute name="maxThreads"
description="The maximum number of request processing threads to be created"
type="int"/>
description="The number of request processing threads that will be created"
type="int"/>
+ <!-- Common -->
<attribute name="port"
description="The port number on which we listen for ajp13 requests"
type="int"/>
+
+ <!-- Common -->
+ <attribute name="processorCache"
+ description="The processor cache size."
+ type="int"/>
<attribute name="protocol"
description="Coyote protocol handler in use"
<attribute name="secure"
description="Is this a secure (SSL) Connector?"
type="boolean"/>
-
- <attribute name="sslProtocol"
- description="SSL protocol variant to be used"
- type="java.lang.String"/>
-
+
<attribute name="sslProtocols"
description="Comma-separated list of SSL protocol variants to be enabled"
type="java.lang.String"/>
description="Thread pool strategy"
type="java.lang.String"/>
+ <!-- Common -->
<attribute name="tcpNoDelay"
description="Should we use TCP no delay?"
type="boolean"/>
-
- <attribute name="tomcatAuthentication"
- description="Should Tomcat perform all authentications?"
- type="boolean"/>
-
+
+ <!-- Common -->
<attribute name="threadPriority"
description="The thread priority for processors"
type="int"/>
-
- <attribute name="trustStoreFile"
- description="Pathname to the trust store file to be used"
- type="java.lang.String"/>
-
- <attribute name="trustStorePass"
- description="Password for accessing the trust store file"
- type="java.lang.String"/>
-
- <attribute name="trustStoreType"
- description="Type of trust store file to be used for trusted certificates"
- type="java.lang.String"/>
-
+
<attribute name="URIEncoding"
description="Character encoding used to decode the URI"
type="java.lang.String"/>
</mbean>
-
</mbeans-descriptors>
-
-