WebAppExtension

Web application module deployment descriptor extensions for WebSphere. The J2EE specification defines standard deployment descriptors across all J2EE compliant server platforms. These extensions are specific to the WebSphere programming model which provides features over and beyond that of the J2EE specification.



Attributes Summary
reloadInterval : IntegerThe timeperiod (in seconds) in which the web app's filesystem will be scanned for updated files.
reloadingEnabled : BooleanWhether the web app's filesystem will be scanned for updated files, so that changes are dynamically reloaded.
defaultErrorPage : StringThe uri of a page or servlet to use as the default error page for this web application.
additionalClassPath : String@deprecatedNO LONGER USEDAn additional classpath which will be used to reference for resources outside of the WEB-INF.
fileServingEnabled : BooleanWhether file serving is enabled for this web application.
directoryBrowsingEnabled : BooleanWhether directory browsing is enabled for this web application.
serveServletsByClassnameEnabled : BooleanEnables serving servlets by their fully qualified class names for this web application.
preCompileJSPs : BooleanSpecifies that JSP's for this web application should be precompiled during installation of the web app.
autoRequestEncoding : BooleanAllows specifying whether the web container will attempt to determine request encoding automatically, or whether the web container should conform to the servlet 2.
autoResponseEncoding : BooleanAllows specifying whether the web container will attempt to determine response encoding automatically, or whether the web container should conform to the servlet 2.
autoLoadFilters : BooleanSpecifies whether filters should be loaded on startup of a web module.
mimeFilters : MimeFilter * A list of mime filters defined for this web application.
webApp : WebApp@ A reference to the root WebApp element in this web application's deployment descriptor.
extendedServlets : ServletExtension * A list of servlets for which WebSphere deployment extensions are defined.
jspAttributes : JSPAttribute * A list of JSP attributes for this web application.
fileServingAttributes : FileServingAttribute * A list of initialization parameters for the file serving servlet for this web application.
invokerAttributes : InvokerAttribute * A list of invoker attributes for this web application.
servletCacheConfigs : ServletCachingConfiguration * A list of servlet cache configurations for this web application.
resourceRefExtensions : ResourceRefExtension *  

Attribute Details

reloadInterval    -    The timeperiod (in seconds) in which the web app's filesystem will be scanned for updated files.
     data type:  Integer
     default Value:   3



reloadingEnabled    -    Whether the web app's filesystem will be scanned for updated files, so that changes are dynamically reloaded.
     data type:  Boolean
     default Value:   true



defaultErrorPage    -    The uri of a page or servlet to use as the default error page for this web application.
     data type:  String
     default Value:   unspecified



additionalClassPath    -    @deprecatedNO LONGER USEDAn additional classpath which will be used to reference for resources outside of the WEB-INF.
     data type:  String
     default Value:   unspecified



fileServingEnabled    -    Whether file serving is enabled for this web application.
     data type:  Boolean
     default Value:   true



directoryBrowsingEnabled    -    Whether directory browsing is enabled for this web application.
     data type:  Boolean
     default Value:   false



serveServletsByClassnameEnabled    -    Enables serving servlets by their fully qualified class names for this web application. Enables the invoker servlet when true.
     data type:  Boolean
     default Value:   false



preCompileJSPs    -    Specifies that JSP's for this web application should be precompiled during installation of the web app.
     data type:  Boolean
     default Value:   false



autoRequestEncoding    -    Allows specifying whether the web container will attempt to determine request encoding automatically, or whether the web container should conform to the servlet 2.3 spec and default the encodings in the absence of servlet specification. The value can be true or false, defaulting to false.
     data type:  Boolean
     default Value:   false



autoResponseEncoding    -    Allows specifying whether the web container will attempt to determine response encoding automatically, or whether the web container should conform to the servlet 2.3 spec and default the encodings in the absence of servlet specification. The value can be true or false, defaulting to false.
     data type:  Boolean
     default Value:   false



autoLoadFilters    -    Specifies whether filters should be loaded on startup of a web module. Valid values are true or false, defaulting to false.
     data type:  Boolean
     default Value:   false



mimeFilters    -    A list of mime filters defined for this web application.
     data type: MimeFilter*



webApp    -    A reference to the root WebApp element in this web application's deployment descriptor. WebSphere uses pre-defined id's to identify the root elements of the deployment descriptors.
     data type: WebApp@



extendedServlets    -    A list of servlets for which WebSphere deployment extensions are defined.
     data type: ServletExtension*



jspAttributes    -    A list of JSP attributes for this web application.
     data type: JSPAttribute*



fileServingAttributes    -    A list of initialization parameters for the file serving servlet for this web application.
     data type: FileServingAttribute*



invokerAttributes    -    A list of invoker attributes for this web application.
     data type: InvokerAttribute*



servletCacheConfigs    -    A list of servlet cache configurations for this web application.
     data type: ServletCachingConfiguration*



resourceRefExtensions    -     
     data type: ResourceRefExtension*


Copyright IBM Corp. 1996-2002