Administration Console Online Help

 Previous Next Contents Index  

 


Environment Entry --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to declare an environment entry for a Web Application. You can create any number of environment entries. Use a separate element for each environment entry.

Tasks

Using the Web Application Deployment Descriptor Editor

Configuring Error Pages

Additional Documentation

(Requires an Internet connection.)

Configuring External Resources in a Web Application

web.xml Deployment Descriptor Elements

Attributes

Attribute Label

Description

Value Constraints

Description

Text description of environment entry.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Env Entry Name

Names environment entry.

Attribute: EnvEntryName

Configurable: yes

Readable: yes

Writable: yes

Env Entry Value

Contains the value of the application's environment entry.

Attribute: EnvEntryValue

Configurable: yes

Readable: yes

Writable: yes

Env Entry Type

Contains the fully qualified Java type of the environment entry value that is expected by the application code.

Attribute: EnvEntryType

Valid values:

  • "java.lang.Boolean"

  • "java.lang.Byte"

  • "java.lang.Character"

  • "java.lang.String"

  • "java.lang.Short"

  • "java.lang.Integer"

  • "java.lang.Long"

  • "java.lang.Double"

  • "java.lang.Float"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next