Java Servlet Programming (Java Series)

Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <error-page>

 
< BACKCONTINUE >
<error-page>

Synopsis

<!ELEMENT error-page ((error-code | exception-type), location)>

Description

The <error-page> element contains a mapping between an error code or exception type and the path of a resource in the web application.

<error-page> <error-code>400</error-code> <location>/400.html</location> </error-page>

Last updated on 3/20/2003

Java Servlet Programming, 2nd Edition, © 2001 O'Reilly

< BACKCONTINUE >

Категории