Administration Console Online Help

 Previous Next Contents Index  

 


Error Page --> Configuration

Tasks     Additional Documentation     Attributes

Overview

An error page is a JSP or HTML page that you configure to be displayed in response to an HTTP error code or Java exception. You can configure different error pages to respond to various HTTP error codes or Java exceptions.

Tasks

Using the Web Application Deployment Descriptor Editor

Configuring Error Pages

Additional Documentation

(Requires an Internet connection.)

Customizing HTTP Error Responses

Attributes

Attribute Label

Description

Value Constraints

Error Code

A Valid HTTP error code. For example, 404.

Attribute: ErrorCode

Configurable: yes

Readable: yes

Writable: yes

Exception Type

Fully-qualified class name of a Java exception type.

Attribute: ExceptionType

Configurable: yes

Readable: yes

Writable: yes

Location

Location of the resource to display in response to the error. Must include a leading /. For example, /myErrorPg.html.

Attribute: Location

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next