Instead of deploying my app to
http://localhost:8080/myApp
I want to deploy it to
http://localhost
To remove the port, use:
grails -Dserver.port=80 run-app