< prev index next >

src/share/lib/management/management.properties

Print this page
@  rev 11403 : 6425769: Allow specifying an address to bind JMX remote connector
|  Reviewed-by: jbachorik, dfuchs


 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/lib/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















 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/lib/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>
 324 #      Specifies the local interface on which the JMX RMI agent will bind.
 325 #      This is useful when running on machines which have several
 326 #      interfaces defined. It makes it possible to listen to a specific
 327 #      subnet accessible through that interface.
 328 #
 329 #      The format of the value for that property is any string accepted
 330 #      by java.net.InetAddress.getByName(String).
 331 #
< prev index next >