uCosminexus Application Server, Web Container Functionality Guide
The methods to customize the error pages include: Customization with the <error-page> tag of web.xml specified in Servlet specifications and customization with the Web server functionality. However, the error page used when the redirector returns an error such as when the communication between the redirector and Web container fails cannot be customized with the method of using the <error-page> tag of web.xml. Use the Web server functionality to customize the error page when the redirector returns an error. The following table describes the error locations and the corresponding error page customization methods:
Table 4-18 Error locations and the corresponding error page customization methods
Error location | Customization method | |
---|---|---|
Method of using the Web server functionality | Method of using the <error-page> tag of web.xml | |
Web container | Y | Y |
Redirector | Y | -- |
For details on the conditions for occurrence of an error in the Web container, and the corresponding error status codes, see Appendix A Error Status Code.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.