Attributes Summary | |
reloadInterval : Integer | The timeperiod (in seconds) in which the web app's filesystem will be scanned for updated files. |
reloadingEnabled : Boolean | Whether the web app's filesystem will be scanned for updated files, so that changes are dynamically reloaded. |
defaultErrorPage : String | The 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 : Boolean | Whether file serving is enabled for this web application. |
directoryBrowsingEnabled : Boolean | Whether directory browsing is enabled for this web application. |
serveServletsByClassnameEnabled : Boolean | Enables serving servlets by their fully qualified class names for this web application. |
preCompileJSPs : Boolean | Specifies that JSP's for this web application should be precompiled during installation of the web app. |
autoRequestEncoding : Boolean | 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 : Boolean | 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 : Boolean | Specifies 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 |