Skip to content

Instantly share code, notes, and snippets.

@EudesSilva
Created March 17, 2013 19:52
Show Gist options
  • Save EudesSilva/5183333 to your computer and use it in GitHub Desktop.
Save EudesSilva/5183333 to your computer and use it in GitHub Desktop.
Redireciona para uma página defina, quando ocorrer exceção no sistema.
<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/erropage/</location>
</error-page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment