1 Reply Latest reply on Jun 29, 2016 8:37 AM by jewellgm

    Unable to connect on http port remotely for WildFly 10.

    sumeeth

      Hi

      I installed Wildfly 10 and started, it listening on port 8080, confirmed it via netstat command.

      however I am not able to connect to that port via remote machine.

       

      Please note, I dont have a firewall installed on the machine. If i use Jboss AS 6, it is able to connect from remote machine.

      As per forumns I used the following command to start the server.

       

      root >sh standalone.sh -b=ipaddr -bmanagement=ipaddr.

       

       

      however I am still not able to connect to the server remotely.

       

      I can see from logs the following lines as suggested from other forumns:

       

      10:24:02,530 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on ipaddr:8080

       

       

      Please let me know what other configurations I should be doing?