I have a Grails 2.3.11 application which has a static html page to load JS web ui developed in ExtJS.
I wanted to load the static index page by default by using redirect in UrlMapping.groovy like this:
"/"(redirect: '/static/app/index.html')
This particular redirect does not work. Completely empty page is opened instead.
A few other redirects work properly.
Shall in general be possible to have a redirect for "/"?