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