Runtime Server Configuration
The runtime server can be clustered to scale using Hazelcast In-Memory Data Grid (IMDG) framework. This clustering configuration can be adjusted and modified as needed.
hazelcast.xml
The Hazelcast cluster configuration is defined in this file.
The default cluster name is ria-conv-dev, which assumes that the first installation will be on a development environment. Each cluster must have a unique name. If separate environments (e.g., the system testing environment) require different clusters, their names must be unique to prevent runtime server JVMs from joining the wrong cluster.
By default, port allocations start at 5701, but the port element can be modified if required.
The default network configuration uses unicast (<tcp-ip enabled="true">), but multicast can be configured if preferred.
OUAF Configuration
If OUAF services are to be invoked, the service sub-directory must be populated with the OUAF configuration files and jars and their third-party dependencies.
In sub-directory service/config, the hibernate.properties and spl.properties files should be reviewed.