April 2001
Intermediate to advanced
780 pages
23h 48m
English
<error-page>
<!ELEMENT error-page ((error-code | exception-type), location)>
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>