< prev index next >

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

Print this page
@    rev 12977 : 6425769: jmx remote bind address
|\   Summary: Allow for binding to a specific address via custom socket factories.
| o  rev 11053 : 8049367: Modular Run-Time Images
|/   Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
|    Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
o  rev 10469 : 8054834: Modular Source Code
|  Reviewed-by: alanb, chegar, ihse, mduigou
|  Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com


 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















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