HTTP 405 - 部署 GWT 应用程序后
我按照步骤此处显示 并在 tomcat 7 服务器上部署了我的 GWT 应用程序。 当我运行它时,它给出了 HTTP 405 错误。当我在部署模式下运行相同的应用程序时,它运行良好,但是当我尝试在 tomcat 上部署并运行时,我收到错误。
I followed the steps showed here and deployed my GWT app on the tomcat 7 server.
When I run it, it gives me the HTTP 405 error. When I run the same app in deploy mode it just runs fine, but when I try to deploy on tomcat and run I get the error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保使用 GWT 编译来编译 java 代码,以便将其转换为 Javascript,然后创建 war 文件。
Make sure you compile your java code using GWT compile so that it gets converted to Javascript, and then create the war file.