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?