I have a web application in java, works fine in localhost:8080 with embedded jetty server powered by web-swing. However my computer is in a home-group network. There are several computer in same home-group. All computer connected with router switch.
my router IP: 192.168.0.1
my computer(A) IP: 192.168.0.101
Another computer(B) IP: 192.168.0.102
However i cannot establish a connection from computer B browser....
192.168.0.101:8080/myapp
But in my computer(A) : localhost:8080/myapp works fine but 192.168.0.101:8080/myapp also not work.
Please help.