0 Replies Latest reply on Feb 26, 2013 2:26 PM by yesitsgauravgoel

    How to access JBOSS 7.1.1 full profile from remote server

    yesitsgauravgoel

      Hi,

       

      I have installed JBOSS AS 7.1.1 in solaris OS 5.9 which is running on remote machine and when I set the one IP address am trying to access the adminsitrator console the page is not getting loaded.

       

      If I specify managment IP as 0.0.0.0 then I am able to access it but if I am specifying a particular IP address I am not able to access the admin console from the IP address mentioned in standalone-full.xml.

       

      I want to just provide access to particular 1-2 IP who can able to access the management console. So anyone can please help me?

       

      <interfaces>

              <interface name="management">

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

              </interface>

              <interface name="public">

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

              </interface>

              <interface name="unsecure">

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

              </interface>

          </interfaces>

       

       

      Regards

      Gaurav