Most application servers enable you to bundle related JARs or WAR files 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, CA provides WAR files to deploy Administration Console and User Data Service. If necessary, you can also change the format of these files to EAR and then deploy the EAR files.
Follow these steps:
java -jar bundle-manager.jar -ear <filename.ear> -warList <war_file_name>
Note: In the preceding command, replace <war_file_name> with arcotadmin.war for generating an EAR file for Administration Console. Similarly, replace <war_file_name> with arcotuds.war for generating an EAR file for UDS.
This command generates the EAR file at <install_location>\Arcot Systems\java\webapps.
|
Copyright © 2013 CA.
All rights reserved.
|
|