blob: 2809427369f88a032a1937da2cf030f37e96ed53 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved.
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<mbeans-descriptors>
<mbean name="CoyoteConnector"
description="Implementation of a Coyote connector"
domain="Catalina"
group="Connector"
type="org.apache.catalina.connector.Connector">
<attribute name="acceptCount"
description="The accept count for this Connector"
type="int"/>
<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="bufferSize"
description="The input buffer size we should create on input streams"
type="int"/>
<attribute name="className"
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="boolean"/>
<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"/>
<attribute name="connectionLinger"
description="Linger value on the incoming connection"
type="int"/>
<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="debug"
description="The debugging detail level for this component"
type="int"/>
<attribute name="disableUploadTimeout"
description="Should Tomcat ignore setting a timeout for uploads?"
type="boolean"/>
<attribute name="enableLookups"
description="The 'enable DNS lookups' flag for this Connector"
type="boolean"/>
<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="maxKeepAliveRequests"
description="Maximum number of Keep-Alive requests to honor per connection"
type="int"/>
<attribute name="maxPostSize"
description="Maximum size in bytes of a POST which will be handled by the servlet API provided features"
type="int"/>
<attribute name="maxProcessors"
description="The maximum number of processors allowed"
type="int"/>
<attribute name="minProcessors"
description="The minimum number of processors to start at
initialization time"
type="int"/>
<attribute name="maxSpareThreads"
description="The maximum number of unused request processing threads"
type="int"/>
<attribute name="maxThreads"
description="The maximum number of request processing threads to be created"
type="int"/>
<attribute name="minSpareThreads"
description="The number of request processing threads that will be created"
type="int"/>
<attribute name="port"
description="The port number on which we listen for ajp13 requests"
type="int"/>
<attribute name="protocol"
description="Coyote protocol handler in use"
type="java.lang.String"/>
<attribute name="protocolHandlerClassName"
description="Coyote Protocol handler class name"
type="java.lang.String"
writeable="false"/>
<attribute name="proxyName"
description="Ther Server name to which we should pretend requests to this Connector"
type="java.lang.String"/>
<attribute name="proxyPort"
description="Ther Server port to which we should pretend requests to this Connector"
type="int"/>
<attribute name="redirectPort"
description="The redirect port for non-SSL to SSL redirects"
type="int"/>
<attribute name="scheme"
description="Protocol name for this Connector (http, https)"
type="java.lang.String"/>
<attribute name="secret"
description="Authentication secret (I guess ... not in Javadocs)"
readable = "false"
type="java.lang.String"/>
<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"/>
<attribute name="tcpNoDelay"
description="Should we use TCP no delay?"
type="boolean"/>
<attribute name="tomcatAuthentication"
description="Should Tomcat perform all authentications?"
type="boolean"/>
<attribute name="xpoweredBy"
description="Is generation of X-Powered-By response header enabled/disabled?"
is="true"
type="boolean"/>
<operation name="start" description="Start" impact="ACTION" returnType="void" />
<operation name="stop" description="Stop" impact="ACTION" returnType="void" />
<operation name="init" description="Init" impact="ACTION" returnType="void" />
<operation name="destroy" description="Destroy" impact="ACTION" returnType="void" />
</mbean>
</mbeans-descriptors>