users@glassfish.java.net

Re: customize HTTP 404 on Sun Java Application server 8.1

From: <glassfish_at_javadesktop.org>
Date: Mon, 22 Sep 2008 06:00:52 PDT

yes that's my wish, in any case I can always configure every application as you said. Is the following what I need to add at web.xml file?


<error-page>
    <error-code>404</error-code>
    <location>/ErrorPage.jsp</location>
</error-page>
[Message sent by forum member 'sbenis' (sbenis)]

http://forums.java.net/jive/thread.jspa?messageID=300739