0 Replies Latest reply on Jun 15, 2015 3:52 AM by twittmin

    Access Wildfly web server in a local network

    twittmin

      Hello, I am testing a local network with Comcast's Xfinity internet service at home. I am able to access my Wildfly 8 web server using http://127.0.0.1. Then I started the sever:

      [abigail@localhost bin]$ ./standalone.sh -b=10.0.0.17

       

      where 10.0.0.17 is my internal IP assigned by the Xfinity modem. And Now I can access the web server on my OWN machine using http://10.0.0.17.

       

      However, I can't access this web server from another laptop within the same network at home. The laptop is connected wireless network.

       

      How can I configure the Wildfly 8 to make other machine in the same local network be able to access the server?