WebAppExtension
Webapp 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 The timeperiod (in seconds) in which the web app's filesystem will be scanned for updated files. reloadingEnabled Whether the web app's filesystem will be scanned for updated files, so that changes are dynamically reloaded. defaultErrorPage The uri of a page or servlet to use as the default error page for this web application. additionalClassPath @deprecatedNO LONGER USEDAn additional classpath which will be used to reference for resources outside of the WEB-INF. fileServingEnabled Whether file serving is enabled for this web application. directoryBrowsingEnabled Whether directory browsing is enabled for this web application. serveServletsByClassnameEnabled Enables serving servlets by their fully qualified class names for this web application. preCompileJSPs Specifies that JSP's for this web application should be precompiled during installation of the web app. 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. 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. autoLoadFilters Specifies whether filters should be loaded on startup of a web module. mimeFilters A list of mime filters defined for this web application. webApp A reference to the root WebApp element in this web application's deployment descriptor. extendedServlets A list of servlets for which WebSphere deployment extensions are defined. jspAttributes A list of JSP attributes for this web application. fileServingAttributes A list of initialization parameters for the file serving servlet for this web application. invokerAttributes A list of invoker attributes for this web application. servletCacheConfigs A list of servlet cache configs for this web application. resourceRefExtensions
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 configs for this web application.
Data type: ServletCachingConfiguration
resourceRefExtensions
Data type: ResourceRefExtension
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.