<!-- 例:web.xml --> <error-page> <error-code>404</error-code> <location>/404Error.html</location> </error-page> <error-page> <error-code>400</error-code> <location>/400Error.html</location> </error-page> <error-page> <error-code>403/error-code> <location>/403Error.html</location> </error-page> <error-page> <error-code>500</error-code> <location>/500Error.html</location> </error-page>