I have a question about tomcat 4.1.31 and 5.5.x. apache 4.1.31 recognize
the error page when you throw an exception, but 5.5.x does not recognize the
error page. For example:
<%@ page errorPage ="excepError.jsp" %> is recognize in 4.1.31 and not in
5.5.31. When migrating to 5.5.x do I need to
Hello all,
Apache 4.1.31 seems to work much better then the 5.5.x. None of the
5.5.x works fine for me. For example 5.5.x does not recognize the error
page for handling exception where 4.1 handle that very well. Do I need to
do any thing to make 5.5.1 recognize my old JSP pages?
Regard