< prev index next >

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

Print this page
@    rev 13068 : 6425769: jmx remote bind address
|\   Summary: Allow for binding to a specific address via custom socket factories.
| |  Reviewed-by: kvn
| 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

*** 314,318 **** --- 314,331 ---- # If the access file is empty or non-existent then no access is allowed. # # For a non-default password file location use the following line # com.sun.management.jmxremote.access.file=filepath + # + + # ################ Management agent listen interface ######################### + # + # com.sun.management.jmxremote.host=<host-or-interface-name> + # Specifies the local interface on which the JMX RMI agent will bind. + # This is useful when running on machines which have several + # interfaces defined. It makes it possible to listen to a specific + # subnet accessible through that interface. + # + # The format of the value for that property is any string accepted + # by java.net.InetAddress.getByName(String). + #
< prev index next >