WebApp

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



Attributes Summary
smallIcon : StringThe small-icon element contains the location within the web application of a file containing a small (16x16 pixel) icon image.
largeIcon : StringThe large-icon element contains the location within the web application of a file containing a large (32x32 pixel) icon image.
description : StringThe description element is used to provide descriptive text about the parent element.
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
displayName : StringThe display-name element contains a short name that is intended to be displayed by GUI tools.
contexts : ContextParam *  
errorPages : ErrorPage *  
fileList : WelcomeFileList  
tagLibs : TagLibRef *  
constraints : SecurityConstraint *  
resourceRefs : ResourceRef *  
ejbRefs : EjbRef *  
envEntries : EnvEntry *  
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.
ejbLocalRefs : EJBLocalRef * A collection of references to enterprise bean's local home useable by the web application.
resourceEnvRefs : ResourceEnvRef * The resource-env-ref element contains a declaration of a servlet's reference to an administered object associated with a resource in servlet's environment.

Attribute Details

smallIcon    -    The small-icon element contains the location within the web application of a file containing a small (16x16 pixel) icon image.
     data type:  String
     default Value:   unspecified



largeIcon    -    The large-icon element contains the location within the web application of a file containing a large (32x32 pixel) icon image.
     data type:  String
     default Value:   unspecified



description    -    The description element is used to provide descriptive text about the parent element.
     data type:  String
     default Value:   unspecified



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



displayName    -    The display-name element contains a short name that is intended to be displayed by GUI tools.
     data type:  String
     default Value:   unspecified



contexts    -     
     data type: ContextParam*



errorPages    -     
     data type: ErrorPage*



fileList    -     
     data type: WelcomeFileList



tagLibs    -     
     data type: TagLibRef*



constraints    -     
     data type: SecurityConstraint*



resourceRefs    -     
     data type: ResourceRef*



ejbRefs    -     
     data type: EjbRef*



envEntries    -     
     data type: EnvEntry*



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*



ejbLocalRefs    -    A collection of references to enterprise bean's local home useable by the web application.
     data type: EJBLocalRef*



resourceEnvRefs    -    The resource-env-ref element contains a declaration of a servlet's reference to an administered object associated with a resource in servlet's environment. It consists of an optional description, the resource environment reference name, and an indication of the resource environment reference type expected by servlet code.Example:<resource-env-ref> <resource-env-ref-name>jms/StockQueue</resource-env-ref-name> <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type></resource-env-ref>
     data type: ResourceEnvRef*


Copyright IBM Corp. 1996-2002