-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Final
-
None
Configuration for Jacorb in socket-binding-group (standalone-*.xml) does not use jboss.bind.address config property and uses 127.0.0.1.
We are not able to start two EAPs on one machine with different IPs.
<interfaces> <interface name="management"> <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> </interface> <interface name="public"> <inet-address value="${jboss.bind.address:127.0.0.1}"/> </interface> <interface name="unsecure"> <!-- Used for IIOP sockets in the standarad configuration. To secure JacORB you need to setup SSL --> <inet-address value="127.0.0.1"/> </interface> </interfaces>