Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-1060

When starting JBoss AS -b should work no matter how I start JBoss AS to bind it to the local interface

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • Management

      When starting JBoss as with the following command:
      ./domain.sh -b 192.168.193.139 -Djboss.domain.base.dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml

      It does not bind to the passed in IP Address. Instead it binds to localhost 127.0.0.1. It should have bound to 192.168.192.139 in this instance.

      Instead I had to pass in the parameter like this:
      ./domain.sh -Djboss.domain.base-dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml -Djboss.bind.address.management=192.168.193.139

      Please expand this ticket to any and all shipped configuration starting files so that the host binding works per the help info via a -b binding.

              bstansbe@redhat.com Brian Stansberry
              jtyrrell-se-jboss Jim Tyrrell
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: