WindowBuilder 调试模式因 503 终止
我正在 Eclipse 下运行 WindowBuilder 构建 GXT 应用程序。这是一个新的应用程序,但在我删除并重建我的第一个表单之前就一直在工作。
现在,当它出现在我的 Firefox 窗口中时,它会显示:
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/ImageViewer.html
Powered by jetty://
For url: http://127.0.0.1:8888/ImageViewer.html?gwt.codesvr=127.0.0.1:9997
有什么想法吗?
I'm running WindowBuilder building a GXT application under eclipse. It's a new app, but has been working before I gutted and rebuilt my first form.
Now when it comes up in my Firefox window, it says:
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/ImageViewer.html
Powered by jetty://
For url: http://127.0.0.1:8888/ImageViewer.html?gwt.codesvr=127.0.0.1:9997
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来所有这些问题都是由于 web.xml 文件中的 spring 框架配置错误以及 spring 框架中缺少 jar 文件造成的。
当我解决所有这些问题后,我的 GXT 应用程序开始正常工作。
感谢所有的帮助
It appears that all of these issues were because of mis-configuration of the spring framework from the web.xml file and then missing jar files from spring framework.
When I resolved all of these, my GXT app started working properly.
thanks for all the help