I have a grails 1.2 app that I am trying to deploy in Tomcat. If works fine standalone or in jetbrains.
I have on controller that is working fine and it is showing pages that use all main facets of the app (database connections, sitemesh integration, etc).
I have another controller where there is one action method that works fine, but every other action and all the other controllers end up returning to the browser with an error message about a missing JSP of the name of the action.
I've set the log level to INFO and I am getting no information to the tomcat logs or the application logs about what is going wrong. Where can I look next?