Cluster
Server cluster configuration. Clustering only applies to HTTP sessions, internal calls are never routed outside of the issuing node.
Clustering should be used in combination with sticky sessions to avoid issues cased by lagging cluster state synchronisation.
Clustering is not enabled by default.
Name | Description | Default |
---|---|---|
| Flag to enable cluster |
|
| Path to cluster configuration file |
|
Cluster configuration
Clustering is provided by Hazelcast and is configured in a separate configuration file (by default: "config/cluster.xml").
In this file you can:
Change the port used for cluster communication
Add members
We recommend that cluster members are defined statically using their ip-address instead of using multicast.
More information
Last updated