While we have used jboss as a loadbalancer between our 2 nodes we will now run tomcat and therefore will use embedded hazelcast (not client-server mode).
Can you tell me what settings we have to check that everything is running smoothly. We are going onto PEGA Infinity 23.1.1.
To ensure that everything is running smoothly while switching from JBoss to Tomcat with embedded Hazelcast, you should check the following settings in the prconfig.xml file for each Pega Platform node: 1. Set the public address using the following setting: <env name="identification/cluster/public/address" value="IP address" />. For example, if the IP address of the node is 10.254.34.210, add <env name="identification/cluster/public/address" value="10.254.34.210" />. 2. Specify the IP address that Hazelcast uses to communicate with its cluster members by adding: <env name="cluster/hazelcast/interface" value="10.254.34.210" />. Make sure to use only one IP address for this setting. These configurations will help manage the network traffic between the application server nodes running Pega Platform effectively.
This is a GenAI-powered tool. All generated answers require validation against the provided references.