|
Hi, I've read and followed the excellent tomcat installation guide. I was wondering could anyone point me to a similar webfaction specific grails installation guide? Thank you |
|
Here's how to get a bare Grails application up and running:
Of course, serving your website from the developer server is not a best practice, and while it might handle a small amount of traffic, it would be better export a war file of your application and deploy it using a servlet like Tomcat. thank you ilisar that worked brilliantly. just had to edit .bashrc as you said, log out and login again. And i'm ready to rock. working through this [tutorial] (https://www.ibm.com/developerworks/java/library/j-grails01158/) tony |