JBoss WildFly: Starts but can't connect?

后端 未结 5 839
广开言路
广开言路 2020-12-02 14:47

I just configured JBoss WildFly. It is running and it is accessible from the same machine, everything is working fine...

My problem is that it is not accessible from

5条回答
  •  天命终不由人
    2020-12-02 15:09

    You may use -b 0.0.0.0 to allow access regardless of the public ip assigned, e.g. for computers getting dynamic IP (using DHCP), I find this a convenient way.

    Eclipse users: Beware that in Server configuration, the "Host name:" input is used to set the "-b" program argument, overriding your modifications!

提交回复
热议问题