HTTP 405 - 部署 GWT 应用程序后

发布于 2024-12-09 18:10:22 字数 282 浏览 0 评论 0原文

我按照步骤此处显示 并在 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 技术交流群。

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

发布评论

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

评论(1

无人问我粥可暖 2024-12-16 18:10:22

确保使用 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.

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