Grails - default index - not defaulting to index.gsp
709168Jun 27 2009 — edited Jun 27 2009Does anyone know how to make the default index also include index.gsp? I'm afraid this may require a config outside of the EM but I want to make sure before I bug a SA.
For example:
"mydevserver:7777/mygrailsapp/" should display the contents of index.gsp but instead you must navigate to "mydevserver:7777/mygrailsapp/index.gsp" directly.
"mydevserver:7777/mygrailsapp/somecontroller/" works fine but the root is where the problem occurs.
******************Extra notes for other people deploying grails on Oracle AS****************
1. If you are not using shared libraries you should select "search local classes first" in your deployment plan.
2. Make sure you have patched AS to the most recent version. You will get 500 errors for WEB-INF served files (css, js, images, etc.) on older AS versions.
Edited by: user6301541 on Jun 27, 2009 7:50 AM