Thanks Mike for responding ,Mine is pointed to the WEB-INF folder .There is no error .With out using the pattern how you implemented .Mine Still its working in dev but not in the cloud .
Anand On Sep 29, 12:42 am, "Mike!" <[email protected]> wrote: > I've got it working in mine too, but I don't use the <pattern> > filtering inside the decorator.xml file...What is your specific > error? Where's your base directory pointing to? Is it in the WEB-INF > folder? > > Mike! > > On Sep 28, 12:26 pm, Guillaume Laforge <[email protected]> wrote: > > > > > I've been successfully using SiteMesh 2.4.1 on App Engine. > > > I'm using the filter definition here: > > > <filter> > > <filter-name>sitemesh</filter-name> > > > <filter-class>com.opensymphony.sitemesh.webapp.SiteMeshFilter</filter-class> > > </filter> > > > <filter-mapping> > > <filter-name>sitemesh</filter-name> > > <url-pattern>/*</url-pattern> > > </filter-mapping> > > > And I've got a decorator like this: > > > <decorators defaultdir="/decorators"> > > <excludes> > > <!-- some excludes --> > > </excludes> > > <decorator name="main" page="decorator.jsp"> > > <pattern>/*</pattern> > > </decorator> > > </decorators> > > > And I've got a decorator.jsp file. > > > Things work fine for me. > > > Guillaume > > > On Tue, Sep 28, 2010 at 15:38, anand <[email protected]> wrote: > > > I tried to incorporate sitemesh in my application and deploy in the > > > AppEngine .Its working properly in the development environment .But > > > not working when uploaded to the cloud . > > > > Downloaded sitemesh-2.4.2.jar and added WEB-INF/lib directory. > > > > Added the below config in web.xml > > > > <filter> > > > <filter-name>sitemesh<filter-name> > > > <filter-class> > > > com.opensymphony.module.sitemesh.filter.PageFilter > > > </filter-class> > > > <filter> > > > <filter-mapping> > > > <filter-name>sitemesh<filter-name> > > > <url-pattern>/*</url-pattern> > > > <filter-mapping> > > > > Created a /WAR/WEB-INF/decorators.xml file: > > > > <?xml version="1.0" encoding="UTF-8"?> > > > <decorators defaultdir="/"> > > > <decorator name="main" page="main.jsp"> > > > <pattern>/*</pattern> > > > </decorator> > > > </decorators> > > > > Its working in the localhost but not on the cloud .Let me know if you > > > found any issue . > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google App Engine for Java" group. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-appengine-java%2b[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine-java?hl=en. > > > -- > > Guillaume Laforge > > Groovy Project Manager > > Head of Groovy Development at > > SpringSourcehttp://www.springsource.com/g2one- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
