不使用Google应用程序引擎部署GWT应用程序
我创建了一个项目,但没有使用“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 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/