【发布时间】:2012-09-05 05:44:58
【问题描述】:
我只是按照他们在https://developers.google.com/web-toolkit/doc/2.1/tutorial/create上的教程开始学习GWT
在该页面上,当我到达标题运行开发模式代码服务器(来自 Eclipse) 时,我复制了生成的 URL http://127.0.0.1:8888/StockWatcher。 html?gwt.codesvr=127.0.0.1:9997 到我的浏览器。
它最终超时,说页面未加载...插件页面最初没有显示,所以我手动安装了插件...但它仍然超时...
屏幕上显示...
================================================ =================================
连接已重置
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web
================================================ ================================
我是否缺少任何配置等?
提前非常感谢
【问题讨论】:
-
这是题外话,但是您使用 GWT 2.1 的文档有什么原因吗?
-
@DoItNow:您是否有可能阻止连接的本地防火墙?
-
@Jean-Michel Garcia,不,没有特别的原因...没有太注意版本...认为它不应该有太大的区别..
-
@Thomas Broyer,我确实关闭了杀毒软件...但是没有用...
-
@Jean-MichelGarcia,当我运行 netstat -na 时,它只显示 127.0.0.1:9997 0.0.0.0:0 LISTENING 它不显示 127.0.0.1:8888 0.0.0.0:0 LISTENING 但是复制的网址是127.0.0.1:8888/StockWatcher.html?gwt.codesvr=127.0.0.1:9997
标签: gwt