src/java.management/share/conf/management.properties

Print this page

        

*** 8,18 **** # 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 # # 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> --- 8,18 ---- # or -Dcom.sun.management.snmp.port=<port-number> # or -Dcom.sun.management.config.file=<this-file> # # The default Management Configuration file is: # ! # $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>
*** 108,118 **** # # com.sun.management.snmp.acl.file=filepath # Specifies location for ACL file # This is optional - default location is ! # $JRE/lib/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. --- 108,118 ---- # # com.sun.management.snmp.acl.file=filepath # Specifies location for ACL file # This is optional - default location is ! # $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.
*** 287,297 **** # ################ RMI Password file location ################## # # 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 # 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. --- 287,297 ---- # ################ RMI Password file location ################## # # com.sun.management.jmxremote.password.file=filepath # Specifies location for password file # This is optional - default location is ! # $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.
*** 304,314 **** # ################ RMI Access file location ##################### # # 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 # 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. --- 304,314 ---- # ################ RMI Access file location ##################### # # com.sun.management.jmxremote.access.file=filepath # Specifies location for access file # This is optional - default location is ! # $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.