WebAppExtension

WebSphere specific bindings for the webapplication.This would derive from J2EE web application.



Attributes Summary
reloadInterval : intThe timeperiod (in seconds) in which the web app's filesystem will be scanned for updated files.
reloadingEnabled : boolean  
defaultErrorPage : String  
additionalClassPath : StringAn additional classpath which will be used to reference for resources outside of the WEB-INF.
fileServingEnabled : boolean  
directoryBrowsingEnabled : boolean  
serveServletsByClassnameEnabled : boolean  
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 *  
webApp : WebApp@ The web application to which IBM extensions are being added.
extendedServlets : ServletExtension *  
jspAttributes : JSPAttribute *  
fileServingAttributes : FileServingAttribute *  
invokerAttributes : InvokerAttribute *  
servletCacheConfigs : ServletCachingConfiguration *  
resourceRefExtensions : ResourceRefExtension *  

Attribute Details

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



reloadingEnabled    -     
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



defaultErrorPage    -     
     data type:  String
     default Value:   unspecified



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



fileServingEnabled    -     
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



directoryBrowsingEnabled    -     
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



serveServletsByClassnameEnabled    -     
     data type: boolean
     default Value:   false
     Allowed Values:  true   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
     Allowed Values:  true   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
     Allowed Values:  true   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
     Allowed Values:  true   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
     Allowed Values:  true   false  



mimeFilters    -     
     data type: MimeFilter*



webApp    -    The web application to which IBM extensions are being added. This is calculated, by finding in the webapp.xml deployment descriptor file in the same location as the ibmweb.xml extensions file.
     data type: WebApp@



extendedServlets    -     
     data type: ServletExtension*



jspAttributes    -     
     data type: JSPAttribute*



fileServingAttributes    -     
     data type: FileServingAttribute*



invokerAttributes    -     
     data type: InvokerAttribute*



servletCacheConfigs    -     
     data type: ServletCachingConfiguration*



resourceRefExtensions    -     
     data type: ResourceRefExtension*


Copyright IBM Corp. 1997-2004