GWT 开发模式服务器不工作

发布于 2024-11-09 00:40:41 字数 851 浏览 0 评论 0原文

我已经安装了 GWT 和 Eclipse 插件,当我尝试按照 http 运行新项目时: //code.google.com/webtoolkit/usingeclipse.html#creating 一切看起来都很好

Initializing AppEngine server
Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
Successfully processed C:\Users\john\workspaceAndroid\WebTest\war\WEB-INF/appengine-web.xml
Successfully processed C:\Users\john\workspaceAndroid\WebTest\war\WEB-INF/web.xml
The server is running at http://localhost:8888/

,我得到了 URL,

http://127.0.0.1:8888/WebTest.html?gwt.codesvr=127.0.0.1:9997

但是当我将其放入网络浏览器中时,我得到了这个

SOAP-ENV:Client HTTP GET method not implemented

我在 Google 上能找到的唯一东西是可能的与使用该端口的另一个服务发生冲突,但对我来说情况并非如此。

有什么想法吗?

I have installed GWT and the Eclipse plugin, when I try to run a new project as per http://code.google.com/webtoolkit/usingeclipse.html#creating everything seems fine

Initializing AppEngine server
Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
Successfully processed C:\Users\john\workspaceAndroid\WebTest\war\WEB-INF/appengine-web.xml
Successfully processed C:\Users\john\workspaceAndroid\WebTest\war\WEB-INF/web.xml
The server is running at http://localhost:8888/

and I get the URL

http://127.0.0.1:8888/WebTest.html?gwt.codesvr=127.0.0.1:9997

but when I put it in a web browser I get this

SOAP-ENV:Client HTTP GET method not implemented

The only thing I can find on Google is a possible conflict with another service using that port, but thats not the case for me.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

緦唸λ蓇 2024-11-16 00:40:41

以管理员身份运行 Eclipse(右键单击以管理员身份运行)

Run Eclipse as admin (Right-click Run as Administrator)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文