1

Services dss and esb are rising with the IP address of the external network, need the services come up with the address of the internal card. Where can I set to start on the board with the internal address ?

Andninja X
  • 49
  • 3

1 Answers1

0

Set HostName and MgtHostName in repository/conf/carbon.xml to desired IP or Hostname.

<HostName>127.0.0.1</HostName>
<MgtHostName>127.0.0.1</MgtHostName>

Then replace every occurrence of ${carbon.local.ip} in every config file, with desired IP or hostname.

Bee
  • 12,251
  • 11
  • 46
  • 73