Does anyone know how I can change the default webapp root when running grails?
I'd like to be able to configure it so i just hit
http://localhost instead of
http://localhost:8080/someProject.
I know when deploying to tomcat I could just create a ROOT.war. What about with jetty and grails?
Thanks!