I use Eclipse Java EE, and when I compile and run the Google AppEngine project on localhost:8080, the browser does not give any correct output, but when I use 127.0.0.1:8080, my program only runs well in the browser. But when I deploy my application to a Google application, then it localhost:8080will update and work well (only for the instance that I deployed in the application).
Why localhost:8080won't it update correctly and 127.0.0.1:8080change correctly?
I can not use 127.0.0.1:8080insted localhost always, because when I try to get _ah/api/explorer, then it 127.0.0.1:8080/_ah/api/explorerredirects to google apis explorer (not to my api explorer).
What should I do to get it right?
source
share