Created
August 22, 2016 07:03
-
-
Save dploeger/6d470eb22dd188392c0f01f4d4164b96 to your computer and use it in GitHub Desktop.
local.properties related to clustering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Clustering | |
# | |
clustermode=true | |
cluster.id=0 | |
cluster.maxid=1 | |
cluster.broadcast.methods=jgroups | |
cluster.broadcast.method.jgroups=de.hybris.platform.cluster.jgroups.JGroupsBroadcastMethod | |
# Local cluster-IP (WARNING! Change on other node!) | |
cluster.broadcast.method.jgroups.tcp.bind_addr=172.16.1.5 | |
cluster.broadcast.method.jgroups.tcp.bind_port=7800 | |
cluster.broadcast.method.jgroups.channel.name=hybris-broadcast | |
cluster.broadcast.method.jgroups.configuration=jgroups-tcp.xml | |
# | |
# Session replication | |
# | |
session.replication.support=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment