This is resolved -- at least this is a formula that works:
Tomcat.addServlet(context, "error_jspx", new error_jspx());
context.addServletMapping("/error.jspx", "error_jspx");
while this doesn't:
Tomcat.addServlet(context, "error_jspx", new
error_jspx()).addMapping("/error.jspx");
On Wed, Oct 1
Hello all,
I'm looking for any ideas on the following issue:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958
On Tomcat 7.0.32, using embedded Tomcat, I'm seeing a
NullPointerException when using a custom error page. The page itself
is fine and loads if accessed directly. Triggering an er