Hi I'm trying to set up a static error page for 404 not found errors on app engine.
According to https://developers.google.com/appengine/docs/java/config/webxml#Error_Handlers: it says 404 cannot be customized.
And according to: https://developers.google.com/appengine/docs/java/config/appconfig#Custom_Error_Responses it don't seem to support 404 too.
However, https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-java/3C-pY5ta2HQ, seems to suggest that 404 error page can be customised. I'm confused right now.