将 Vaadin 应用程序迁移到 GAE
我正在尝试使用本教程将现有应用程序迁移到 GAE:
http ://vaadin.com/wiki/-/wiki/Main/Google%20AppEngine%20HOWTO
尝试设置应用程序 ID 时,收到以下错误消息:
无法设置应用程序 ID (appengine-web.xml 丢失)
我想这样做的原因是我必须设置部署Vaadin 应用程序的模式为“GAE”。
但是我该如何为现有(非新)项目做到这一点呢?
UPD 2011 年 8 月 21 日,20:14 CET:
我的 WAR 目录(包含 appengine-web.xml):
尝试将应用程序部署到 GAE 时出现错误。
Eclipse 在“target/war”(错误)而不是“war”(正确)中搜索文件。
我该如何解决这个问题?
I'm trying to migrate my existing application to GAE using this tutorial:
http://vaadin.com/wiki/-/wiki/Main/Google%20AppEngine%20HOWTO
When trying to set the application ID, I get following error message:
Cannot set application ID (appengine-web.xml is missing)
I suppose that the reason for this is that I have to set the deployment mode of the Vaadin app to "GAE".
But how can I do this for an EXISTING (not new) project?
UPD 21.08.2011, 20:14 CET:
My WAR directory (it contains appengine-web.xml):
The error I get when trying to deploy the app to GAE.
Eclipse searches for the files in "target/war" (wrong) instead of "war" (correct).
How can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论