Google App Engine Java cannot access localhost!

I am starting to develop my first GAE application and have just installed the eclipse plugin.

The problem is that I can’t even run examples of applications already included in the plugin.

After compilation, the log reads that the server is working, but when I point my browser to this address, it cannot connect.

I checked that the problem is not localhost, as I can connect to it if I run tomcat or other servers.

The problem is specific to eclipse and GAE.

Any ideas?

+3
source share
3 answers

Now I have confirmed that this is a problem with the latest Java update for mac.

, , .

.

, Java mac (.22).

, Google Apple .

0

, - , .

. skype 80

windows "netstat -a -n"

+1

? , - 80, , , GAE 8080? . 8080, -?

The best way to find out the problem is to install the debugger add-in in your browser. I suggest Firebug for Firefox or a web developer for Chrome. Or just look at the javascript console for your browser.

0
source

All Articles