20
11
I'm working on my desktop computer. On this machine I also run Tomcat
for my Java development so that I can visit my local address:
http://192.168.1.1:8080/myapp
Now I go to whatsmyip.com
and get my IP
lets say it is: 119.56.1.78
Now what I want is that: I go to another PC (not on my LAN) or any PC around the world connected to Internet and type the following address:
http:// 119.56.1.78:8080/myapp
this should show me the same page that I can access locally from http:// 192.168.1.1:8080/myapp
.
Is this possible?
2Yes it's possibile, did you tried it? – Atropo – 2012-12-28T12:03:16.530