Previous Topic: Step 3: Copying JDBC JARs to Your Application ServerNext Topic: Deploying Administration Console


Step 4: (Mandatory for Oracle WebLogic 10.1) Creating Enterprise Archive File

Most application servers (such as WebSphere and WebLogic) enable you to bundle related JARs or 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, 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.

Perform the following steps to create the EAR file:

  1. Open the command prompt window.
  2. Navigate to the <install_location>\Arcot Systems\tools\common\bundlemanager directory.
  3. Run the bundlemanager tool to create the EAR file by using the following command:
    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 the EAR file for Administration Console. Similarly, replace <war_file_name> with arcotuds.war for generating the EAR file for UDS.

    This command generates the EAR file at <install_location>\Arcot Systems\java\webapps.