Is there a way to get grails run-app to launch on localhost:8080/
instead of localhost:8080/${appName}
?
In Config.groovy,
, setting grails.serverUrl
has absolutely no effect - it only seems to affect absolute url generation of different grails methods.
In production, I use apache virtualhosts to mask site.com:8080/appName
as site.com
. I want to make my test configuration match production.