2

My problem is, that I can not access my Servlet outside from my computer.

So. f.e. if I go to http://127.0.0.1:8080/TestProject/test/, it shows me my site. In my case there is some JSON- Code.

But if I want to access this Site from a computer that is remote, it doesn't work. So, again, f.e. if I go to http://192.168.1.100:8080/TestProject/test/ (thats the IP from the computer where the WildFly- Server is started), it shows me nothing.

What could be the problem?

romaneso
  • 1,097
  • 1
  • 10
  • 26

1 Answers1

1

Problem solved! You have to start the WildFly- Server like that:

standalone.sh -b 0.0.0.0
romaneso
  • 1,097
  • 1
  • 10
  • 26