Hi All,
If anyone has or is running a Grails application on their server I would appreciate some details on where to go after creating the WAR.
Background
I chose grails because with Google App Engine and the App Engine Plugin deployment should have been trivial. This issue is that there is a bug which makes any application pretty much unusable, I wish this had been more prominent so I didn't have to get to the point of seeing the error myself before I was aware of it.
The next option was EC2 and the Cloud Tools plugin, it seems Cloud Tools worked with grails 1.0 but doesn't work with the current 1.2.1 due to issues getting the JAR dependencies. It also seems that Cloud Tools has been succeeded by Cloud Foundry which is in beta, will cost extra money and has limited places (I signed up but haven't got an e-mail).
Question
My application is painfully trivial, it has a small load, small data requirements and doesn't need to scale past 5 users.
How can I deploy my grails app as quickly and painlessly as possible?
Specifically:
- Are there any hosting companies that have tomcat installed on their servers out of the box that I can sign up to and use that will just work?
- Do you know of any simple tutorials for getting a grails application deployed to EC2 without Cloud Tools?
Thanks in advance,
Gav
Side-note: I picked grails because of good advice from SO, it should have been a very short time from development to deployed product except the tools for auto-deployment aren't that mature and I've never configured a server before.