You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ug...@googlegroups.com
When I try to bring up the site in development mode after upgrading to 1.3.6 I get the following error:
(grails.app.controller.org.medhomeportal.site.SiteController):Page not found for /WEB-INF/grails-app/views/layouts/site.gsp
SiteController is my main controller, site.gsp is a layout GSP
and does exist. I think this has something to do with how paths are
configured...
1. When running in development mode is there a way to see the
"Tomcat" side of things? (What is the path to the Tomcat exploded war?)
Is it Tomcat or Jetty?
2. Does this path look correct for a layout?
Any suggestions would be greatly appreciated, even if it is to
point out what to search for to find out the answers to these questions.
Thanks
Brian Ivie
Eric Berry
unread,
Jan 28, 2011, 11:55:04 AM1/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
- index.gsp or list.gsp (depending on your action in the SiteController
- layouts
- site.gsp (Layout used for your other views - Other views may specify this layout by adding the following tag in the header of the view "<meta name='layout' content='site' />"
On Fri, Jan 28, 2011 at 8:09 AM, Brian Ivie <bria...@gmail.com> wrote: