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
|