Is there a way to get grails run-app to launch on localhost:8080/ instead of localhost:8080/${appName}?
localhost:8080/
localhost:8080/${appName}
In Config.groovy,, set
Config.groovy,
How about
grails.app.context = "/"
in Config.groovy, as per this jira discussion?
Config.groovy