Administration Console Online Help

 Previous Next Contents Index  

 


JavaModule

The application.xml deployment descriptor contains one module element for each module in the Enterprise Archive file. Each module element contains an ejb, java, connector, or web element that indicates the module type and location of the module within the application. An optional alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor.

JavaModule defines a client application module in the application file.

Example:

<java>client_app.jar</java>

 

Back to Top Previous Next