We run our Java backend application on OpenShift in a scaled application with multiple gears. We use JGroups to create own communication channels.
Therefore, we need to add some extra parameters to the JVM commandline, which starts the wildfly:
e.g. -Djgroups.bind_addr=$OPENSHIFT_WILDFLY_IP
How can we adjust that?
Best regards,
- badera