Techspace

IT happens only in IT

Running grails at some specific port

By default, jetty will run the application at port 8080, but if you want to run the application at some specific port, for example 8085 you should use

grails -Dserver.port=8085 run-app

July 7, 2009 Posted by Paras | Grails | | No Comments Yet