Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

(info) This feature is available in Fabric3 1.9.5

The Fabric3 Server can be configured for deployment to multi-homed machines by including the runtime/@host.address attribute in systemConfig.xml:

...

If the host.address attribute is set, all socket listeners (e.g. HTTP, ActiveMQ JMS) will be bound to the specified IP address.

In clustered environments it may also be necessary to configure the provision address as well:

Code Block
xml
xml

<federation> 
   <provision address="192.168.1.64"/>  
</federation> 

The provision address is the address the controller is available to participants from.