Re: Exception when tying to display a 404 error page.

2010-12-22 Thread greenleaf
; at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) >> at >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) >> at >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

Re: Exception when tying to display a 404 error page.

2007-11-07 Thread Josh Vickery
Why not redirect to the struts 2 action you want? This is the jsp I use for error pages in tomcat: <%response.sendRedirect("error.do");%> where error.do points to a struts 2 action Josh On Nov 7, 2007 5:15 PM, matihost <[EMAIL PROTECTED]> wrote: > > This error page is defined in my web.xml: >

Re: Exception when tying to display a 404 error page.

2007-11-07 Thread matihost
> This error page is defined in my web.xml: > > >404 >/pages/errors/page404.jsp > You are using Tomcat web container. There is one issue regarding element, but i assume there are the same reason for any url used in web.xml. https://issues.apache.org/struts/browse/WW-2025 In other w

Exception when tying to display a 404 error page.

2007-10-30 Thread Baptiste GAILLARD
Hi, i'm developping a blog using Struts 2 (2.0.11), I have a strange error in a 404 error page. This error page is defined in my web.xml: 404 /pages/errors/page404.jsp Struts 2 is configured with those lines : struts2 org.apache.struts2.d