[
https://issues.jboss.org/browse/AS7-3882?page=com.atlassian.jira.plugin.s...
]
Shelly McGowan moved JBPAPP-8186 to AS7-3882:
---------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-3882 (was: JBPAPP-8186)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.0.Final
(was: EAP 6.0.0 ER 1)
Component/s: IIOP
(was: IIOP)
Security: (was: Public)
Docs QE Status: (was: NEW)
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
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