-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
14
-
Currently, only IP addresses can be used in certain configuration parameters when configuring Confluence and Synchrony. Below are two primary examples of this:
/var/atlassian/confluence.cfg.xml file:
<property name="confluence.cluster.peers">192.168.1.1,192.168.1.2</property> <!-- A comma-separated list of node IP addresses, without spaces -->
systemd service configuration file that is used to start the Synchrony service:
-Dcluster.join.tcpip.members=192.168.1.2 -Dsynchrony.context.path=/synchrony -Dsynchrony.cluster.bind=192.168.1.205 -Dsynchrony.bind=192.168.1.205 -Dcluster.interfaces=192.168.1.205
- mentioned in
-
Page Loading...