Jboss only works on localhost:8080 ,but doesnt reply when called by ip

后端 未结 4 1662
北海茫月
北海茫月 2020-12-15 20:40

I installed JBoss 5.0.1 and ran it , but when i called it from the same computer on localhost:8080 it works but when i call it from other computer it doesnt work at all usin

4条回答
  •  臣服心动
    2020-12-15 21:02

    You have to edit the run.bat or run.sh accordingly including binding -b 0.0.0.0 .

    or you can run the jboss by command line by following command.

    run -b 0.0.0.0

提交回复
热议问题