I have installed Pega 8.8.2 on WebSphere Application Server. There are four application servers running on four different hosts:
App Server devServer01 running on PServNode01 node on 172.30.149.14
App Server devServer02 running on PServNode02 node on 172.30.149.15
App Server devServer03 running on PServNode03 node on 172.30.149.16
App Server devServer04 running on PServNode04 node on 172.30.82.21
Please inform,
- if I should add the below JVM arguments for App Server devServer01 only or for all four App Servers?
–add-exports java.base/jdk.internal.ref=ALL-UNNAMED
–add-opens java.base/java.lang=ALL-UNNAMED
–add-opens java.base/java.nio=ALL-UNNAMED
–add-opens java.base/sun.nio.ch=ALL-UNNAMED
–add-opens java.management/sun.management=ALL-UNNAMED
–add-opens jdk.management/com.ibm.lang.management.internal=ALL-UNNAMED
–add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
-
Will Pega select devServer01 as the hazelcast server if the above JVM arguments are added to devServer01only?
-
Should I add the below lines in prconfig.xml (externalized) of App Server devServer01 only?
- Should I place prconfig.xml (externalized) in all four application servers and add the below lines to prconfig.xml files in all four servers?
Please inform.