Skip to content

Instantly share code, notes, and snippets.

@dploeger
Created August 22, 2016 07:03
Show Gist options
  • Save dploeger/6d470eb22dd188392c0f01f4d4164b96 to your computer and use it in GitHub Desktop.
Save dploeger/6d470eb22dd188392c0f01f4d4164b96 to your computer and use it in GitHub Desktop.
local.properties related to clustering
#
# 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