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 The timeperiod (in seconds) in which the application's filesystem will be scanned for updated files. sharedSessionContext Specifies whether session state is shared across all web applications within this enterprise application. reloadEnabled Whether the application's filesystem will be scanned for updated files, so that changes are dynamically reloaded. moduleExtensions A list of extension metadata for each module of the application that uses WebSphere programming model extensions. 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
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.