4 Replies Latest reply on Feb 12, 2013 10:18 AM by priyabrat

    Unable to run app with ip-address

    priyabrat

      I am building an app for one of my client using  jboss 7.1.1.

      Am facing trouble in running it with the ip-address. But it runs correctly on the localhost.

       

      I tried changing the ipaddress  in the standalone.xml but without any success:(

       

      <interfaces>

              <interface name="management">

                  <inet-address value="${jboss.bind.address.management:172.22.65.69}"/>

              </interface>

              <interface name="public">

                  <inet-address value="${jboss.bind.address:172.22.65.69}"/>

              </interface>

              <interface name="unsecure">

                  <inet-address value="${jboss.bind.address.unsecure:172.22.65.69}"/>

              </interface>

          </interfaces>

       

       

      Any suggestions on how to resolve the issue?