[
https://issues.jboss.org/browse/AS7-3882?page=com.atlassian.jira.plugin.s...
]
Shelly McGowan updated AS7-3882:
--------------------------------
Assignee: Brian Stansberry
Fix Version/s: 7.1.1.Final
Configuration for Jacorb does not use jboss.bind.address config
property
------------------------------------------------------------------------
Key: AS7-3882
URL:
https://issues.jboss.org/browse/AS7-3882
Project: Application Server 7
Issue Type: Bug
Components: IIOP
Affects Versions: 7.1.0.Final
Reporter: Pavel Slavicek
Assignee: Brian Stansberry
Fix For: 7.1.1.Final
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.
{code}
<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>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira