169N/A#####################################################################
169N/A# Default Configuration File for Java Platform Management
169N/A#####################################################################
169N/A# will be read if one of the following system properties is set:
169N/A# The default Management Configuration file is:
169N/A# Another location for the Management Configuration File can be specified
169N/A# by the following property on the Java command line:
2899N/A# number for the management agent can be specified in the config file
169N/A# using the following lines:
169N/A# ################ Management Agent Port #########################
169N/A# For setting the JMX RMI agent port use the following line
169N/A# For setting the SNMP agent port use the following line
844N/A#####################################################################
169N/A# Optional Instrumentation
1258N/A#####################################################################
2899N/A# By default only the basic instrumentation with low overhead is on.
2899N/A# The following properties allow to selectively turn on optional
169N/A# instrumentation which are off by default and may have some
169N/A# This option enables thread contention monitoring if the
169N/A# Java virtual machine supports such instrumentation.
1392N/A# interface - see isThreadContentionMonitoringSupported() method.
181N/A# To enable thread contention monitoring, uncomment the following line
181N/A#####################################################################
3477N/A# SNMP Management Properties
3477N/A#####################################################################
181N/A# - The SNMP agent (with the Java virtual machine MIB) is started
2059N/A# that listens on the specified port for incoming SNMP requests.
169N/A# - the following properties for read for SNMP management.
169N/A# The configuration can be specified only at startup time.
169N/A# Later changes to the above system property (
e.g. via setProperty method), this
# config file, or the ACL file has no effect to the running SNMP agent.
# ##################### SNMP Trap Port #########################
# Specifies the remote port number at which managers are expected
# to listen for trap. For each host defined in the ACL file,
# the SNMP agent will send traps at <host>:<trap-destination-port-number>
# Default for this property is 162.
# To set port for sending traps to a different port use the following line
# ################ SNMP listen interface #########################
# Specifies the local interface on which the SNMP agent will bind.
# This is useful when running on machines which have several
# interfaces defined. It makes it possible to listen to a specific
# subnet accessible through that interface.
# Default for this property is "localhost".
# The format of the value for that property is any string accepted
# For restricting the port on which SNMP agent listens use the following line
# #################### SNMP ACL file #########################
# Default for this property is true. (Case for
true/false ignored)
# If this property is specified as false then the ACL file
# is not checked: all manager hosts are allowed all access.
# For SNMP without checking ACL file uncomment the following line
# Specifies location for ACL file
# This is optional - default location is
# then this property and the ACL file are ignored.
# Otherwise the ACL file must exist and be in the valid format.
# If the ACL file is empty or non existent then no access is allowed.
# The SNMP agent will read the ACL file at startup time.
# Modification to the ACL file has no effect to any running SNMP
# agents which read that ACL file at startup.
# For a non-default acl file location use the following line
#####################################################################
# RMI Management Properties
#####################################################################
# - A MBean server is started
# - JRE Platform MBeans are registered in the MBean server
# - RMI connector is published in a private readonly registry at
# specified port using a well known name, "jmxrmi"
# - the following properties are read for JMX remote management.
# The configuration can be specified only at startup time.
# Later changes to above system property (
e.g. via setProperty method),
# this config file, the password file, or the access file have no effect to the
# running MBean server, the connector, or the registry.
# ########## RMI connector settings for local management ##########
# Default for this property is true. (Case for
true/false ignored)
# If this property is specified as true then the local JMX RMI connector
# server will only accept connection requests from clients running on
# the host where the out-of-the-box JMX management agent is running.
# In order to ensure backwards compatibility this property could be
# set to false. However, deploying the local management agent in this
# way is discouraged because the local JMX RMI connector server will
# accept connection requests from any client either local or remote.
# For remote management the remote JMX RMI connector server should
# be used instead with authentication and
SSL/TLS encryption enabled.
# For allowing the local management agent accept local
# and remote connection requests use the following line
# ###################### RMI SSL #############################
# Default for this property is true. (Case for
true/false ignored)
# If this property is specified as false then SSL is not used.
# For RMI monitoring without SSL use the following line
# Specifies the location of the SSL configuration file. A properties
# file can be used to supply the keystore and truststore location and
# password settings thus avoiding to pass them as cleartext in the
# The current implementation of the out-of-the-box management agent will
# look up and use the properties specified below to configure the SSL
# keystore and truststore, if present:
# Any other properties in the file will be ignored. This will allow us
# to extend the property set in the future if required by the default
# then this property is ignored.
# For supplying the keystore settings in a file use the following line
# The value of this property is a string that is a comma-separated list
# of
SSL/TLS cipher suites to enable. This property can be specified in
# in order to control which particular
SSL/TLS cipher suites are enabled
# for use by accepted connections. If this property is not specified then
# the
SSL/TLS RMI Server Socket Factory uses the
SSL/TLS cipher suites that
# are enabled by default.
# The value of this property is a string that is a comma-separated list
# of
SSL/TLS protocol versions to enable. This property can be specified in
# in order to control which particular
SSL/TLS protocol versions are
# enabled for use by accepted connections. If this property is not
# specified then the
SSL/TLS RMI Server Socket Factory uses the
SSL/TLS# protocol versions that are enabled by default.
# Default for this property is false. (Case for
true/false ignored)
# If this property is specified as true in conjunction with the previous
# Socket Factory will require client authentication.
# For RMI monitoring with SSL client authentication use the following line
# Default for this property is false. (Case for
true/false ignored)
# If this property is specified as true then the RMI registry used
# to bind the RMIServer remote object is protected with
SSL/TLS# RMI Socket Factories that can be configured with the properties:
# If the two properties below are true at the same time,
i.e.# then the RMIServer remote object and the RMI registry are
# both exported with the same
SSL/TLS RMI Socket Factories.
# For using an
SSL/TLS protected RMI registry use the following line
# ################ RMI User authentication ################
# Default for this property is true. (Case for
true/false ignored)
# If this property is specified as false then no authentication is
# performed and all users are allowed all access.
# For RMI monitoring without any checking use the following line
# ################ RMI Login configuration ###################
# Specifies the name of a JAAS login configuration entry to use when
# authenticating users of RMI monitoring.
# Setting this property is optional - the default login configuration
# specifies a file-based authentication that uses the password file.
# When using this property to override the default login configuration
# then the named configuration entry must be in a file that gets loaded
# by JAAS. In addition, the login module(s) specified in the configuration
# should use the name
and/or password callbacks to acquire the user's
# credentials. See the NameCallback and PasswordCallback classes in the
# false, then this property and the password & access files are ignored.
# For a non-default login configuration use the following line
# ################ RMI Password file location ##################
# Specifies location for password file
# This is optional - default location is
# false, then this property and the password & access files are ignored.
# Otherwise the password file must exist and be in the valid format.
# If the password file is empty or non-existent then no access is allowed.
# For a non-default password file location use the following line
# ################ RMI Access file location #####################
# Specifies location for access file
# This is optional - default location is
# false, then this property and the password & access files are ignored.
# Otherwise, the access file must exist and be in the valid format.
# If the access file is empty or non-existent then no access is allowed.
# For a non-default password file location use the following line