Administration Console Online Help

 Previous Next Contents Index  

 


Servlet --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to specify the declarative data of a servlet.

If a jsp-file is specified and the Load On Startup is present, then the JSP is precompiled and loaded when WebLogic Server starts.

Tasks

Configuring a New Web Application or Web Service

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

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Display Name

Attribute: DisplayName

Configurable: yes

Readable: yes

Writable: yes

Small Icon File Name

Attribute: SmallIconFileName

Configurable: yes

Readable: yes

Writable: yes

Large Icon File Name

Attribute: LargeIconFileName

Configurable: yes

Readable: yes

Writable: yes

Servlet Name

Contains the canonical name of the servlet.

Attribute: ServletName

Configurable: yes

Readable: yes

Writable: yes

Servlet Class

Contains the fully qualified class name of the servlet.

Attribute: ServletClass

Configurable: yes

Readable: yes

Writable: yes

Jsp File

Contains the full path to a JSP file within the web application.

Attribute: JspFile

Configurable: yes

Readable: yes

Writable: yes

Load On Startup

Indicates that this servlet should be loaded on the startup of the web application. The optional contents of these element must be a positive integer indicating the order in which the servlet should be loaded. Lower integers are loaded before higher integers. If no value is specified, or if the value specified is not a positive integer, the container is free to load it at any time in the startup sequence.

Attribute: LoadOnStartup

Default: 0

Configurable: yes

Readable: yes

Writable: yes

RunAs

Names the run-as identity to be used to execute the methods of a web application.

Attribute: RunAs

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next