WebApp

The web-app element is the root of the deployment descriptor fora web application.

Inherits from type JNDIEnvRefsGroup and adds the following.

Attributes Summary
distributable : booleanThe distributable element, by its presence in a web application deployment descriptor, indicates that this web application is programmed appropriately to be deployed into a distributed servlet container
version : String  
contexts : ContextParam * @deprecated see contextParams
errorPages : ErrorPage *  
fileList : WelcomeFileList  
tagLibs : TagLibRef * @deprecated See jsp::TagLibRef
constraints : SecurityConstraint *  
loginConfig : LoginConfig  
mimeMappings : MimeMapping *  
sessionConfig : SessionConfig  
servletMappings : ServletMapping *  
servlets : Servlet *  
securityRoles : SecurityRole *  
filters : Filter *  
filterMappings : FilterMapping * Filter mappings defined for the web app
listeners : Listener * The listeners collection contains deployment properties for a web application listener beans in the web app.
contextParams : ParamValue *  
jspConfig : JSPConfig  
messageDestinations : MessageDestination *  
localEncodingMappingList : LocalEncodingMappingList  

Attribute Details

distributable    -    The distributable element, by its presence in a web application deployment descriptor, indicates that this web application is programmed appropriately to be deployed into a distributed servlet container
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



version    -     
     data type:  String
     default Value:   unspecified



contexts    -    @deprecated see contextParams
     data type: ContextParam*



errorPages    -     
     data type: ErrorPage*



fileList    -     
     data type: WelcomeFileList



tagLibs    -    @deprecated See jsp::TagLibRef
     data type: TagLibRef*



constraints    -     
     data type: SecurityConstraint*



loginConfig    -     
     data type: LoginConfig



mimeMappings    -     
     data type: MimeMapping*



sessionConfig    -     
     data type: SessionConfig



servletMappings    -     
     data type: ServletMapping*



servlets    -     
     data type: Servlet*



securityRoles    -     
     data type: SecurityRole*



filters    -     
     data type: Filter*



filterMappings    -    Filter mappings defined for the web app
     data type: FilterMapping*



listeners    -    The listeners collection contains deployment properties for a web application listener beans in the web app.
     data type: Listener*



contextParams    -     
     data type: ParamValue*



jspConfig    -     
     data type: JSPConfig



messageDestinations    -     
     data type: MessageDestination*



localEncodingMappingList    -     
     data type: LocalEncodingMappingList


Copyright IBM Corp. 1997-2004