JMX MBean View

647c07faf5bd

Tue Apr 23 11:11:35 UTC 2024
 
NameDomainjboss.web
address%2F0.0.0.0
port8009
typeConnector
Java Classorg.apache.catalina.mbeans.ConnectorMBean
DescriptionImplementation of a Coyote connector

Attribute Name Access Type Description Attribute Value
trustStoreType RW java.lang.String Type of trust store file to be used for trusted certificates
    
port RW int The port number on which we listen for ajp13 requests
    
redirectPort RW int The redirect port for non-SSL to SSL redirects
    
maxHttpHeaderSize RW int Maximum size in bytes of the HTTP header
    
minSpareThreads RW int The number of request processing threads that will be created
    
secure RW boolean Is this a secure (SSL) Connector?
TrueFalse    
maxThreads RW int The maximum number of request processing threads to be created
    
acceptCount RW int The accept count for this Connector
    
URIEncoding RW java.lang.String Character encoding used to decode the URI
    
tomcatAuthentication RW boolean Should Tomcat perform all authentications?
TrueFalse    
modelerType R java.lang.String Type of the modeled resource. Can be set only once
null    
ciphers RW java.lang.String Comma-separated list of SSL cipher suites to be enabled
    
algorithm RW java.lang.String The certificate encoding algorithm to be used
    
bufferSize RW int The input buffer size we should create on input streams
    
keystorePass RW java.lang.String Password for accessing the key store file
    
scheme RW java.lang.String Protocol name for this Connector (http, https)
    
emptySessionPath RW boolean The 'empty session path' flag for this Connector
TrueFalse    
sslProtocols RW java.lang.String Comma-separated list of SSL protocol variants to be enabled
    
className R java.lang.String Fully qualified class name of the managed object
null    
compression RW java.lang.String Compression value
    
protocolHandlerClassName R java.lang.String Coyote Protocol handler class name
org.apache.coyote.ajp.AjpProtocol    
clientAuth RW java.lang.String Should we require client authentication?
    
keepAliveTimeout RW int The number of seconds Tomcat will wait for a subsequent request before closing the connection
    
threadPriority RW int The thread priority for processors
    
tcpNoDelay RW boolean Should we use TCP no delay?
TrueFalse    
protocol RW java.lang.String Coyote protocol handler in use
    
keystoreType RW java.lang.String Type of keystore file to be used for the server certificate
    
maxKeepAliveRequests RW int Maximum number of Keep-Alive requests to honor per connection
    
maxSpareThreads RW int The maximum number of unused request processing threads
    
disableUploadTimeout RW boolean Should Tomcat ignore setting a timeout for uploads?
TrueFalse    
keystoreFile RW java.lang.String Pathname to the key store file to be used
    
strategy RW java.lang.String Thread pool strategy
    
proxyName RW java.lang.String Ther Server name to which we should pretend requests to this Connector
    
enableLookups RW boolean The 'enable DNS lookups' flag for this Connector
TrueFalse    
maxPostSize RW int Maximum size in bytes of a POST which will be handled by the servlet API provided features
    
proxyPort RW int Ther Server port to which we should pretend requests to this Connector
    
connectionLinger RW int Linger value on the incoming connection
    
sslProtocol RW java.lang.String SSL protocol variant to be used
    
connectionTimeout RW int Timeout value on the incoming connection
    
trustStoreFile RW java.lang.String Pathname to the trust store file to be used
    
address RW java.lang.String The IP address on which to bind
    
xpoweredBy RW boolean Is generation of X-Powered-By response header enabled/disabled?
TrueFalse    
trustStorePass RW java.lang.String Password for accessing the trust store file
    
allowTrace RW boolean Allow disabling TRACE method
TrueFalse    
connectionUploadTimeout RW int Timeout value on the incoming connection during request processing
    
keyAlias RW java.lang.String Alias name of this connector's keypair and supporting certificate chain
    
useBodyEncodingForURI RW boolean Should the body encoding be used for URI query parameters
TrueFalse    
secret W java.lang.String Authentication secret (I guess ... not in Javadocs)
    


Operation Return Type Description Parameters
destroy void Destroy
[no parameters]
pause void Start
[no parameters]
stop void Stop
[no parameters]
resume void Stop
[no parameters]
start void Start
[no parameters]
init void Init
[no parameters]