< prev index next >

src/jdk.management.agent/share/conf/management.properties

Print this page




 284 # com.sun.management.jmxremote.login.config=<config-name>
 285 
 286 #
 287 # ################ RMI Password file location ##################
 288 #
 289 # com.sun.management.jmxremote.password.file=filepath
 290 #      Specifies location for password file
 291 #      This is optional - default location is
 292 #      $JRE/conf/management/jmxremote.password
 293 #
 294 #      If the property "com.sun.management.jmxremote.authenticate" is set to
 295 #      false, then this property and the password & access files are ignored.
 296 #      Otherwise the password file must exist and be in the valid format.
 297 #      If the password file is empty or non-existent then no access is allowed.
 298 #
 299 
 300 # For a non-default password file location use the following line
 301 # com.sun.management.jmxremote.password.file=filepath
 302 
 303 #











 304 # ################ RMI Access file location #####################
 305 #
 306 # com.sun.management.jmxremote.access.file=filepath
 307 #      Specifies location for access  file
 308 #      This is optional - default location is
 309 #      $JRE/conf/management/jmxremote.access
 310 #
 311 #      If the property "com.sun.management.jmxremote.authenticate" is set to
 312 #      false, then this property and the password & access files are ignored.
 313 #      Otherwise, the access file must exist and be in the valid format.
 314 #      If the access file is empty or non-existent then no access is allowed.
 315 #
 316 
 317 # For a non-default password file location use the following line
 318 # com.sun.management.jmxremote.access.file=filepath
 319 #
 320 
 321 # ################ Management agent listen interface #########################
 322 #
 323 # com.sun.management.jmxremote.host=<host-or-interface-name>


 284 # com.sun.management.jmxremote.login.config=<config-name>
 285 
 286 #
 287 # ################ RMI Password file location ##################
 288 #
 289 # com.sun.management.jmxremote.password.file=filepath
 290 #      Specifies location for password file
 291 #      This is optional - default location is
 292 #      $JRE/conf/management/jmxremote.password
 293 #
 294 #      If the property "com.sun.management.jmxremote.authenticate" is set to
 295 #      false, then this property and the password & access files are ignored.
 296 #      Otherwise the password file must exist and be in the valid format.
 297 #      If the password file is empty or non-existent then no access is allowed.
 298 #
 299 
 300 # For a non-default password file location use the following line
 301 # com.sun.management.jmxremote.password.file=filepath
 302 
 303 #
 304 # ################# Hash passwords in password file ##############
 305 # com.sun.management.jmxremote.password.hashpasswords = true|false
 306 #      Default for this property is true.
 307 #      Specifies if passswords in the above file should be hashed or not.
 308 #      If this property is true, and if the password file is writable, and if the 
 309 #      system security policy allows writing into the password file,
 310 #      all the clear passwords in the password file will be replaced by
 311 #      its SHA-256 hash when the file is read by the server
 312 #      
 313 
 314 #
 315 # ################ RMI Access file location #####################
 316 #
 317 # com.sun.management.jmxremote.access.file=filepath
 318 #      Specifies location for access  file
 319 #      This is optional - default location is
 320 #      $JRE/conf/management/jmxremote.access
 321 #
 322 #      If the property "com.sun.management.jmxremote.authenticate" is set to
 323 #      false, then this property and the password & access files are ignored.
 324 #      Otherwise, the access file must exist and be in the valid format.
 325 #      If the access file is empty or non-existent then no access is allowed.
 326 #
 327 
 328 # For a non-default password file location use the following line
 329 # com.sun.management.jmxremote.access.file=filepath
 330 #
 331 
 332 # ################ Management agent listen interface #########################
 333 #
 334 # com.sun.management.jmxremote.host=<host-or-interface-name>
< prev index next >