1 Reply Latest reply on May 3, 2016 4:14 PM by nickarls

    Cannot access jBoss from another computer

    pandermatt

      Hello

       

      I want to access my jBoss over the Web "mydomain.ch:9990".

      But it didn't work.

       

      I also changed the interfaces…

       

      <interfaces>

              <interface name="management">

      <any-address/>

              </interface>

              <interface name="public">

      <any-address/>

              </interface>

              <!-- TODO - only show this if the jacorb subsystem is added  -->

              <interface name="unsecure">

                  <!--

                    ~ Used for IIOP sockets in the standard configuration.

                    ~ To secure JacORB you need to setup SSL

      -->

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

              </interface>

      </interfaces>


      The problem is that I am not in the same network like the server, so I have to access via the domain…

       

      I hope you can help me…