Administration Console Online Help

 Previous Next Contents Index  

 


Parameter --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to create an init-param element containing a name/value pair as an initialization parameter of the servlet. Use a separate set of init-param tags for each parameter.

Tasks

Using the Web Application Deployment Descriptor Editor

Configuring Error Pages

Additional Documentation

(Requires an Internet connection.)

web.xml Deployment Descriptor Elements

Attributes

Attribute Label

Description

Value Constraints

Description

Text description of parameter.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Param Name

Names the parameter. Default is null.

Attribute: ParamName

Configurable: yes

Readable: yes

Writable: yes

Param Value

Constructs a ParamValue with the specified name, of the specified data type, of the specified parameter type, and of the specified parameter description.

Attribute: ParamValue

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next