equal
deleted
inserted
replaced
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 ##################################################################### |