ApplicationExtension

Application 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 : LongThe timeperiod (in seconds) in which the application's filesystem will be scanned for updated files.
sharedSessionContext : BooleanSpecifies whether session state is shared across all web applications within this enterprise application.
reloadEnabled : BooleanWhether the application's filesystem will be scanned for updated files, so that changes are dynamically reloaded.
moduleExtensions : ModuleExtension * A list of extension metadata for each module of the application that uses WebSphere programming model extensions.
application : Application@ A reference to the root application element in this application's deployment descriptor.

Attribute Details

reloadInterval    -    The timeperiod (in seconds) in which the application's filesystem will be scanned for updated files. The reloadInterval attribute on the ApplicationDeployment object in deployment.xml will override this property per deployment.Valid range is > 0.
     data type:  Long
     default Value:   3



sharedSessionContext    -    Specifies whether session state is shared across all web applications within this enterprise application. When true, web-application-specific session management settings are ignored.
     data type:  Boolean
     default Value:   false



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



moduleExtensions    -    A list of extension metadata for each module of the application that uses WebSphere programming model extensions.
     data type: ModuleExtension*



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


Copyright IBM Corp. 1996-2002