This thread: Gradle / Grails application describes how to set up the grails plugin for gradle.
The command gradle grails-run-app
tries to start the grails application on port 8080. What webserver is gradle using here?
Does it have an embedded one? If so how can I access / configure it?