GWT 开发模式服务器不工作
我已经安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以管理员身份运行 Eclipse(右键单击以管理员身份运行)
Run Eclipse as admin (Right-click Run as Administrator)