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
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