Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3882

Configuration for Jacorb does not use jboss.bind.address config property

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.1.Final
    • 7.1.0.Final
    • IIOP
    • None

      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.

          <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>
      

              bstansbe@redhat.com Brian Stansberry
              pslavice@redhat.com Pavel Slavicek
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: