I configured my grails application with an root path like this (in UrlMapping):
\"/\"{ controller=\"mycontroller\" action=\"myaction\" }
I found the solution here