将 grails 应用程序部署到 Eclipse 内部服务器适配器
我正在尝试将我的 grails 应用程序部署到 Geronimo/Tomcat 7/Glassfish 3.1。没有服务器允许我添加 grails 应用程序。我收到错误“没有可以向服务器添加或删除的资源”或“不支持 Project Facet Grails 应用程序版本 1.0”。
内部服务器总是因为 permgen/heap 错误而崩溃,并且通过命令行增加它对它没有好处。我只需要一个运行我的 grails 项目的应用程序服务器,我可以对其进行热部署。
有什么想法/建议吗?
I am trying to deploy my grails application to Geronimo/Tomcat 7/Glassfish 3.1. None of the servers allow me to add the grails application. I get the error "There are no resources that can be added or removed to the server" or "Project facet Grails Application version 1.0 is not supported."
The internal server always barfs with permgen/heap error and increasing it by command line does no favour to it. I just need to have an application server running my grails project to which I can hot deploy.
Any ideas/suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
STS 中的 Grails 工具已经过优化,可以支持在 tcServer 上运行的 Grails 应用程序。这是有效的。我们没有资源来测试其他服务器。请尝试在 tcServer 上运行(安装 STS 时应该已经为您创建了默认实例)。
The Grails tooling in STS has been optimized to support grails apps running on tcServer. This is working. We don't have the resources to test the other servers. Please try running on tcServer (a default instance should have been created for you when you installed STS).