[
https://issues.jboss.org/browse/AS7-3882?page=com.atlassian.jira.plugin.s...
]
Jason Greene updated AS7-3882:
------------------------------
Fix Version/s: 7.1.2.Final
(was: 7.1.1.Final)
This issue is being relocated to 7.1.2 so that 7.1.1 only contains criticals, blockers,
and EAP LA issues (which are probably not yet at the right status, or need an extra triage
pass).
If these issues are completed in a 7.1.1 timeframe please change the fix version. Although
if you forget I will bulk correct.
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.2.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