This procedure describes how to configure Hazelcast. Hazelcast is an open source clustering and highly scalable Java data distribution operating environment that CA GovernanceMinder uses.
For the CA GovernanceMinder cluster integration, edit the hazelcast.xml file to adjust the Hazelcast lock mechanism. The Hazelcast.xml file is located in the eurekify.war file.
Follow these steps:
eurekify.ear/eurekify.war/WEB-INF/classes
Note: Extract the eurekify.ear file before deploying to the cluster.
< group>
<name>dev_RCM_WAS</name>
<password>dev-pass</password>
</group>
<tcp-ip enabled="true"> <interface>127.0.0.1</interface> </tcp-ip>
For example, the element would read as follows:
<tcp-ip enabled="true"> <interface>Server1</interface> <interface>Server2</interface> <interface>Server3</interface> <interface>Server4</interface> </tcp-ip>
You have configured the hazelcast.xml file to adjust the Hazelcast lock.
Next, you create database users to synchronize Java Messaging Service (JMS) topics.
Copyright © 2014 CA.
All rights reserved.
|
|