Re: HTTP 500 when using custom error pages in Tomcat 6.0

2007-06-05 Thread Rashmi Rubdi
On 6/5/07, Roger Roger <[EMAIL PROTECTED]> wrote: Hi there, Recently we upgraded to Tomcat 6.0. Suddenly the custom errorpages don't work anymore. It works, when I try the example you've shown in your first post. A few things you may want to check: 1) errorPage="error.jsp" , is error.jsp r

HTTP 500 when using custom error pages in Tomcat 6.0

2007-06-05 Thread Roger Roger
Hi there, Recently we upgraded to Tomcat 6.0. Suddenly the custom errorpages don't work anymore. For this test I created a simple jsp-page with <%=x%> in it without declaring that x so it would result in an error. I would like to know how I can get the customized page (error.jsp) back. #