不使用Google应用程序引擎部署GWT应用程序

发布于 2024-11-08 13:42:00 字数 197 浏览 0 评论 0原文

我创建了一个项目,但没有使用“google应用程序引擎”(通过在创建项目时取消选中复选框)。

当我调试应用程序时,一切正常,但是当我开始将其部署到网络服务器时,我无法执行任何 RPC 调用(执行 onFailure 方法)。

现在我的问题是,是否必须将任何 *.jar 添加到 tomcat 服务器中才能部署它。

最好的问候,斯特凡

I created a project without using the "google app engine" (by unchecking the checkbox when I created the project).

When I debug the application, everything works fine but when I start deploying it to the webserver, I can't do any RPC calls (the onFailure method is executed).

Now my question is, if I have to add any *.jars into the tomcat server before I can deploy it.

Best regards, Stefan

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

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

发布评论

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

评论(1

那些过往 2024-11-15 13:42:00

您可以将 GWT 项目部署在 WAR 文件中。它工作完美。

在 google 中进行搜索,您会发现多种解决方案,例如: http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/ 2009/12/

You can deploy your GWT project inside a WAR file. It works perfectly.

Doing a search in google you'll find multiple solutions, like this one: http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/

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