Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

« Previous Version 7 Current »

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

<config>
   <runtime mode="participant" port.range="8282-8382" host.address="192.168.1.64"/>
   <!-- ... --> 
</config>

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:

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

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

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.