• JDBC Datasource and Error 500 trapping

    By Michael Bourak 1 decade ago

    If I create a JDBC datasource and the connexion to the RDBMS fails or something goes wrong, I go an Error 500 page. Is there a way to trap thoses kinds of error (and, for ex, display the rest of the page and ignore the custom control using this datasource ?)

     

    thanks