File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ templates:
7373 " @name " : " -XX:MaxDirectMemorySize"
7474 $ : ${um.memory.direct}
7575 COMMON-JAVASYSPROPS :
76- COMMON-JAVASYSPROPS : |
77- REALM= ${node.alias} # IMPORTANT: this can only be set before first startup
78- com.sun.management.jmxremote.port= ${um.jmx.port}
79- com.sun.management.jmxremote.authenticate= false
80- com.sun.management.jmxremote.ssl= false
76+ COMMON-JAVASYSPROPS :
77+ REALM : ${node.alias} # IMPORTANT: this can only be set before first startup
78+ com.sun.management.jmxremote.port : ${um.jmx.port}
79+ com.sun.management.jmxremote.authenticate : false
80+ com.sun.management.jmxremote.ssl : false
8181
8282
8383 um-cluster-2 :
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ All supported Windows and UNIX platforms.
4242 * License
4343 * JVM memory
4444 * NHP and JMX ports
45+ * COMMON-JAVASYSPROPS configuration in yaml format used in the template is supported for 10.1 or higher.
4546* Building docker images for 10.x releases
4647
4748## Provisioning of new server instance
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ templates:
6363 " @name " : " -XX:MaxDirectMemorySize"
6464 $ : ${um.memory.direct} # JVM maximum direct memory size
6565 COMMON-JAVASYSPROPS :
66- COMMON-JAVASYSPROPS : |
67- REALM= ${um.realm} # realm name IMPORTANT: this can only be set before first startup
68- com.sun.management.jmxremote.port= ${um.jmx.port} # JVM JMX port number
69- com.sun.management.jmxremote.authenticate= false # do not use JMX authentication
70- com.sun.management.jmxremote.ssl= false # do not use JMX SSL
66+ COMMON-JAVASYSPROPS :
67+ REALM : ${um.realm} # realm name IMPORTANT: this can only be set before first startup
68+ com.sun.management.jmxremote.port : ${um.jmx.port} # JVM JMX port number
69+ com.sun.management.jmxremote.authenticate : false # do not use JMX authentication
70+ com.sun.management.jmxremote.ssl : false # do not use JMX SSL
7171
7272provision :
7373 default :
You can’t perform that action at this time.
0 commit comments