Error page assembly settings
Error page locations allow a servlet to find and serve a URI to
a client based on a specified error status code or exception type. These properties
are used if the error handler is another servlet or JSP file.
To view this page in the Application Assembly Tool, click
Web Modules > component_instance
The error page properties specify a mapping between an error code or exception
type and the path of a resource in the Web application. The container examines
the list in the order that it is defined, and attempts to match the error
condition by status code or by exception class. On the first successful match
of the error condition, the container serves back the resource defined in
the Location property.
- Error code
- Indicates that the error condition is a status code.
- Error Code (Required, String)
- Specifies an HTTP error code, for example, 404.
- Exception
- Indicates that the error condition is an exception type.
- Exception type name (Required, String)
- Specifies an exception type.
- Location (Required, String)
- Contains the location of the error-handling resource in the Web
application.

Web applications: Resources for learning
Searchable topic ID:
uweb_rserr
Last updated: Jun 21, 2007 8:07:48 PM CDT
WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/ae/uweb_rserr.html