Grails

How to set default port for grails application

As we all know the default port for grails application is 8080, though we can change the port by running the application by following command [java] grails -Dserver.port=7070 run-app [/java] What if you want the application to run on 7070 by default. Grails provide a very easy way to that as well. You just need to write the...

by Uday Pratap Singh
Tag: grails default port
01-Feb-2011