I tried adding this into web.xml for the ROOT context:
<error-page>
<error-code>404</error-code>
<location>/my404error.jsp</location>
</error-page>but http://myserver/blablablbladoesnotexist still displays the built-in 404. -- View this message in context: http://www.nabble.com/Custom-404-message--tf4385351s134.html#a12508604 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
