Use hostnames be used instead of IP addresses in Confluence/Synchrony config files

XMLWordPrintable

    • 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 

            Assignee:
            Unassigned
            Reporter:
            Bernabe Theodore Costales III (Inactive)
            Votes:
            21 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: