jdk/test/sun/management/jmxremote/bootstrap/rmiregistryssl.properties
changeset 23031 995cf5c2eb55
parent 2 90ce3da70b43
child 27565 729f9700483a
equal deleted inserted replaced
23030:51178fbafe9c 23031:995cf5c2eb55
    22 # using the following lines:
    22 # using the following lines:
    23 # 
    23 # 
    24 # ################ Management Agent Port #########################
    24 # ################ Management Agent Port #########################
    25 # 
    25 # 
    26 # For setting the JMX RMI agent port use the following line
    26 # For setting the JMX RMI agent port use the following line
    27 com.sun.management.jmxremote.port=4444
    27 com.sun.management.jmxremote.port=${getFreePort}
    28 #
    28 #
    29 # For setting the SNMP agent port use the following line
    29 # For setting the SNMP agent port use the following line
    30 # com.sun.management.snmp.port=<port-number>
    30 # com.sun.management.snmp.port=<port-number>
    31 
    31 
    32 #####################################################################
    32 #####################################################################