[jboss-jira] [JBoss JIRA] (AS7-3882) Configuration for Jacorb does not use jboss.bind.address config property

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Feb 24 11:20:36 EST 2012


     [ https://issues.jboss.org/browse/AS7-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry resolved AS7-3882.
-----------------------------------

    Fix Version/s: 7.1.1.Final
                       (was: 7.1.2.Final)
       Resolution: Done

    
> 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

        


More information about the jboss-jira mailing list