Weblogic: Grails index.gsp not found
If you try to deploy a Grails application to Weblogic and try to go to “/” in the app you will get the message: “/index.gsp” not found.
This definitely affects Weblogic 9. and 10.x. I am unsure if it is a problem with later versions. The fix is a simple addition to the UrlMappings.groovy file. Add the line:
So that it looks like this:
See: GRAILS-8767