Most application servers enable you to bundle related JARs and WARs into a single enterprise application (or archive). As a result, all related JARs or WARs can be deployed together, and can be loaded by a class loader. This archive also contains an application.xml file, which is generated automatically and describes how to deploy each bundled module.
By default, WAR files are provided to deploy UDS and Administration Console. If necessary, you can also change the format of these files to EAR and then deploy the EAR files.
As discussed in the following subsections, you can either generate separate EAR files for both UDS and Administration Console, or you can generate a single EAR file that contains both web archives.
To create an EAR file each for UDS and Administration Console, follow these steps:
java -jar bundle-manager.jar -ear <filename.ear> -warList <filename.war>
The preceding command generates individual EAR files that are available at:
<install_location>/arcot/java/webapps/
To create a single EAR file that contains UDS and Administration Console Web archives, follow these steps:
java -jar bundle-manager.jar -ear <filename.ear> -warList arcotadmin.war arcotuds.war
The preceding command generates a single EAR file that is available at:
<install_location>/arcot/java/webapps/
|
Copyright © 2013 CA.
All rights reserved.
|
|