Previous Topic: Step 3: Copy JDBC JARs to the Application ServerNext Topic: Deploy the CA Advanced Authentication


Step 4: Create Enterprise Archive File

Valid on Weblogic 10.1

CA Strong Authentication provides WAR files to deploy CA Advanced Authentication and User Data Service. You can change the format of these files to EAR and then deploy the EAR file.

Follow these steps:

  1. Open the command prompt window.
  2. Navigate to the <install_location>/arcot/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 the <war_file_name> with arcotadmin.war for generating the EAR file for the CA Advanced Authentication, and arcotuds.war for generating the EAR file for UDS.

    This command generates the EAR file at <install_location>/arcot/java/webapps.