This solution adds to the answers http://stackoverflow.com/a/10956283/122457. In Grails 2.x,
add the following to BuildConfig.groovy:
grails.server.port.http = 8090
See http://forum.springsource.org/archive/index.php/t-97024.html for further details.