I'm using Karaf 2.2.2/PAX WEB 1.0.4 to deploy some WAB bundles.

For the most part everything is working as expected. The one thing I can't
seem to get working is custom error pages in my web.xml:

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

Try as I might, I always get the default Jetty error message. I can access
my "/error.jsp" page directly without issue.

Any ideas where to start? I've been surfing the forms and mailing lists for
Karaf and Pax-WEB and haven't found any solutions.
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to