Gary at last I made it work.

the problem is , my Shale Preprocessor was not including "*.htm" so it was
rejecting and sending web sever with 403.

After I included it , it is working like a charm.

<catalog name="shale">
<!-- Disallow direct access to JSP and JSFP resources -->
<chain name="preprocess">
<command className="org.apache.shale.application.ContextRelativePathFilter"
includes="\S*\.faces,\S*\.html,\S*\.htm,\S*\.gif,\S*\.jpg,/index\.jsp"
excludes="\S*\.jsp,\S*\.jspf"/>
</chain>
</catalog>

Probably I will do a small write out on how to get Shale/Clay/Acegi working
.

Thanks for your help.

On 9/21/05, Siva Jagadeesan <[EMAIL PROTECTED]> wrote:
>
> Yah I guess it is something to do with my web server setup. I will check
> it.
>
> On 9/21/05, Gary VanMatre <[EMAIL PROTECTED] > wrote:
> >
> > >I tried renaming login.html to login.htm. But it does not get rendered.
> > I am
> > >getting blank page. I am not sure if I am missing anything. Yes i have
> > >changed Clay-template-suffix to *.html
> >
> > I think this is a tomcat config thing. My guess is the the defaut
> > servlet is doing this but I'm not a tomcat guy. Try making it a jsp. That
> > should work.
> >
> >
> >
>

Reply via email to