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

Pavel Slavicek (JIRA) jira-events at lists.jboss.org
Wed Feb 29 04:19:36 EST 2012


Pavel Slavicek created AS7-3957:
-----------------------------------

             Summary: CLONE - Configuration for Jacorb does not use jboss.bind.address config property
                 Key: AS7-3957
                 URL: https://issues.jboss.org/browse/AS7-3957
             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