JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Implementation of a Coyote connector

List of MBean attributes:

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

List of MBean operations:


void destroy()

Destroy


void pause()

Start


void stop()

Stop


void resume()

Stop


void start()

Start


void init()

Init