After setting up static IP and port forwarding, I ran my servlet and replaced "localhost" with my external IP [ got from http://portforward.com/ ], but it failed to get any info from my servlet, why ?
I thought if I use "localhost", the browser just gets the info from my own PC without getting onto the Internet, basically a local trip, and if I use external IP, it sees it as an outside address, go to my ISP, trys to connect to this "external IP", and it just happens to be my own machine, so it talks to my servlet from outside and gets the info, but that doesn't seem the case, how come ?