users@glassfish.java.net

Error Handling Problem

From: <glassfish_at_javadesktop.org>
Date: Thu, 14 Jun 2007 04:02:32 PDT

in web.xml:
        
<error-page>
        <exception-type>java.sql.SQLException</exception-type>
        <location>/error.jsp</location>
</error-page>

but if throws SQLException I see standart page for exception by application server and i want to see error.jsp
[Message sent by forum member 'ser' (ser)]

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