JMX MBean View
MBean Name:
Domain Name:
jboss.web
address:
0.0.0.0
port:
8109
type:
Connector
MBean Java Class:
org.apache.catalina.mbeans.ConnectorMBean
Back to Agent View
Refresh MBean View
MBean description:
Implementation of a Coyote connector
List of MBean attributes:
Name
Type
Access
Value
Description
modelerType
java.lang.String
RW
Type of the modeled resource. Can be set only once
acceptCount
int
RW
The accept count for this Connector
address
java.lang.String
RW
The IP address on which to bind
algorithm
java.lang.String
RW
The certificate encoding algorithm to be used
allowTrace
boolean
RW
True
False
Allow disabling TRACE method
bufferSize
int
RW
The input buffer size we should create on input streams
className
java.lang.String
R
org.apache.coyote.tomcat5.CoyoteConnector
Fully qualified class name of the managed object
clientAuth
java.lang.String
RW
Should we require client authentication?
ciphers
java.lang.String
RW
Comma-separated list of SSL cipher suites to be enabled
compression
java.lang.String
RW
Compression value
connectionLinger
int
RW
Linger value on the incoming connection
connectionTimeout
int
RW
Timeout value on the incoming connection
connectionUploadTimeout
int
RW
Timeout value on the incoming connection during request processing
debug
int
RW
The debugging detail level for this component
disableUploadTimeout
boolean
RW
True
False
Should Tomcat ignore setting a timeout for uploads?
enableLookups
boolean
RW
True
False
The 'enable DNS lookups' flag for this Connector
keystoreFile
java.lang.String
RW
Pathname to the key store file to be used
keystorePass
java.lang.String
RW
Password for accessing the key store file
keystoreType
java.lang.String
RW
Type of keystore file to be used for the server certificate
keyAlias
java.lang.String
RW
Alias name of this connector's keypair and supporting certificate chain
maxHttpHeaderSize
int
RW
Maximum size in bytes of the HTTP header
maxKeepAliveRequests
int
RW
Maximum number of Keep-Alive requests to honor per connection
maxPostSize
int
RW
Maximum size in bytes of a POST which will be handled by the servlet API provided features
maxProcessors
int
RW
The maximum number of processors allowed (deprecated)
minProcessors
int
RW
The minimum number of processors to start at initialization time (deprecated)
maxSpareThreads
int
RW
The maximum number of unused request processing threads
maxThreads
int
RW
The maximum number of request processing threads to be created
minSpareThreads
int
RW
The number of request processing threads that will be created
minProcessors
int
RW
The minimum number of processors to start at initialization time
port
int
RW
The port number on which we listen for ajp13 requests
protocol
java.lang.String
RW
Coyote protocol handler in use
protocolHandlerClassName
java.lang.String
R
org.apache.jk.server.JkCoyoteHandler
Coyote Protocol handler class name
proxyName
java.lang.String
RW
Ther Server name to which we should pretend requests to this Connector
proxyPort
int
RW
Ther Server port to which we should pretend requests to this Connector
redirectPort
int
RW
The redirect port for non-SSL to SSL redirects
scheme
java.lang.String
RW
Protocol name for this Connector (http, https)
secret
java.lang.String
W
Authentication secret (I guess ... not in Javadocs)
secure
boolean
RW
True
False
Is this a secure (SSL) Connector?
sslProtocol
java.lang.String
RW
SSL protocol variant to be used
sslProtocols
java.lang.String
RW
Comma-separated list of SSL protocol variants to be enabled
tcpNoDelay
boolean
RW
True
False
Should we use TCP no delay?
tomcatAuthentication
boolean
RW
True
False
Should Tomcat perform all authentications?
threadPriority
int
RW
The thread priority for processors
URIEncoding
java.lang.String
RW
Character encoding used to decode the URI
useBodyEncodingForURI
boolean
RW
True
False
Should the body encoding be used for URI query parameters
xpoweredBy
boolean
RW
True
False
Is generation of X-Powered-By response header enabled/disabled?
List of MBean operations:
void start()
Start
void stop()
Stop
void pause()
Start
void resume()
Stop
void init()
Init
void destroy()
Destroy