Hi,

Has anyone using filtering on tomcat (I'm using 4.04) where upon if you apply the 
filtering pattern /*, you're custom error pages get knocked out. I'm using sitemesh 
and have this problem.

I'd to know if there's a workaround. Here's my web.xml code for the error page:

  <error-page>
    <error-code>404</error-code>
    <location>/errors/oops.jsp</location>
  </error-page>

How could I turn the decorators off for the /errors/ directory only, so that the error 
pages at least come up.

Thanks,

JC

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to