Deploy grails application to Eclipse internal server adapter
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?
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).
精彩评论