Hi Scott,

That's it. I modified the web.xml and it works perfectly. Thanks a lot
 for your help.

Thanks,
Hema


On Thu, 09 Dec 2004 11:10:56 -0500, Scott T. Weaver
<[EMAIL PROTECTED]> wrote:
> Hi Hema,
> 
> I use filters in my portlet apps.  However, there is one caveat, you
> need setup filters to fire on Forward, Include and Request which can
> only be done from within a Servlet 2.4 compatible container (i.e. tomcat
> 5.x )
> 
> Here is a example what one of our filter mappings from my web.xml:
> 
>    <filter-mapping>
>        <filter-name>OEFilter</filter-name>
>        <url-pattern>*.htm</url-pattern>
>        <dispatcher>INCLUDE</dispatcher>
>        <dispatcher>FORWARD</dispatcher>
>        <dispatcher>REQUEST</dispatcher>
>    </filter-mapping>
> 
> HTH,
> Hema Menon wrote:
 We have some servlet filters defined in the web.xml file.
> >Somehow the servlet filter does not seem to be called. Is it not
> >supported with Jetspeed? Can someone let me know if this is supported,
> >if not this could be a road block for us.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hema Menon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to