jdk/test/sun/management/jmxremote/bootstrap/rmiregistryssl.properties
changeset 27565 729f9700483a
parent 23031 995cf5c2eb55
--- a/jdk/test/sun/management/jmxremote/bootstrap/rmiregistryssl.properties	Tue Nov 18 15:25:16 2014 -0800
+++ b/jdk/test/sun/management/jmxremote/bootstrap/rmiregistryssl.properties	Wed Dec 03 14:22:58 2014 +0000
@@ -5,24 +5,24 @@
 # The Management Configuration file (in java.util.Properties format)
 # will be read if one of the following system properties is set:
 #    -Dcom.sun.management.jmxremote.port=<port-number>
-# or -Dcom.sun.management.snmp.port=<port-number> 
+# or -Dcom.sun.management.snmp.port=<port-number>
 # or -Dcom.sun.management.config.file=<this-file>
 #
 # The default Management Configuration file is:
 #
-#       $JRE/lib/management/management.properties
+#       $JRE/conf/management/management.properties
 #
 # Another location for the Management Configuration File can be specified
 # by the following property on the Java command line:
 #
 #    -Dcom.sun.management.config.file=<this-file>
-# 
+#
 # If -Dcom.sun.management.config.file=<this-file> is set, the port
-# number for the management agent can be specified in the config file 
+# number for the management agent can be specified in the config file
 # using the following lines:
-# 
+#
 # ################ Management Agent Port #########################
-# 
+#
 # For setting the JMX RMI agent port use the following line
 com.sun.management.jmxremote.port=${getFreePort}
 #
@@ -45,7 +45,7 @@
 #      Refer to the specification for the java.lang.management.ThreadMBean
 #      interface - see isThreadContentionMonitoringSupported() method.
 #
- 
+
 # To enable thread contention monitoring, uncomment the following line
 # com.sun.management.enableThreadContentionMonitoring
 
@@ -53,9 +53,9 @@
 #			SNMP Management Properties
 #####################################################################
 #
-# If the system property -Dcom.sun.management.snmp.port=<port-number> 
+# If the system property -Dcom.sun.management.snmp.port=<port-number>
 # is set then
-#	- The SNMP agent (with the Java virtual machine MIB) is started 
+#	- The SNMP agent (with the Java virtual machine MIB) is started
 #	  that listens on the specified port for incoming SNMP requests.
 #	- the following properties for read for SNMP management.
 #
@@ -89,7 +89,7 @@
 #
 #      The format of the value for that property is any string accepted
 #      by java.net.InetAddress.getByName(String).
-# 
+#
 
 # For restricting the port on which SNMP agent listens use following line
 # com.sun.management.snmp.interface=<InetAddress>
@@ -110,15 +110,15 @@
 # com.sun.management.snmp.acl.file=filepath
 #      Specifies location for ACL file
 #      This is optional - default location is
-#      $JRE/lib/management/snmp.acl
-# 
+#      $JRE/conf/management/snmp.acl
+#
 #      If the property "com.sun.management.snmp.acl" is set to false,
 #      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 
+#
+#      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.
 #
 
@@ -131,7 +131,7 @@
 #
 # If system property -Dcom.sun.management.jmxremote.port=<port-number>
 # is set then
-#     - A MBean server is started 
+#     - 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"
@@ -140,7 +140,7 @@
 # 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. 
+# running MBean server, the connector, or the registry.
 #
 
 #
@@ -149,7 +149,7 @@
 # com.sun.management.jmxremote.ssl=true|false
 #      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
 # com.sun.management.jmxremote.ssl=false
@@ -218,20 +218,20 @@
 # ################ RMI Login configuration ###################
 #
 # com.sun.management.jmxremote.login.config=<config-name>
-#      Specifies the name of a JAAS login configuration entry to use when 
-#      authenticating users of RMI monitoring. 
+#      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 
+#      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 
+#      should use the name and/or password callbacks to acquire the user's
+#      credentials. See the NameCallback and PasswordCallback classes in the
 #      javax.security.auth.callback package for more details.
 #
-#      If the property "com.sun.management.jmxremote.authenticate" is set to 
+#      If the property "com.sun.management.jmxremote.authenticate" is set to
 #      false, then this property and the password & access files are ignored.
 #
 
@@ -244,9 +244,9 @@
 # com.sun.management.jmxremote.password.file=filepath
 #      Specifies location for password file
 #      This is optional - default location is
-#      $JRE/lib/management/jmxremote.password
-# 
-#      If the property "com.sun.management.jmxremote.authenticate" is set to 
+#      $JRE/conf/management/jmxremote.password
+#
+#      If the property "com.sun.management.jmxremote.authenticate" is set to
 #      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.
@@ -261,9 +261,9 @@
 # com.sun.management.jmxremote.access.file=filepath
 #      Specifies location for access  file
 #      This is optional - default location is
-#      $JRE/lib/management/jmxremote.access
-# 
-#      If the property "com.sun.management.jmxremote.authenticate" is set to 
+#      $JRE/conf/management/jmxremote.access
+#
+#      If the property "com.sun.management.jmxremote.authenticate" is set to
 #      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.