Previous Topic: CA Gen Java Runtime/User ExitsNext Topic: Model Considerations


Deploy the CA Gen Java Runtimes

If you choose to deploy the CA Gen Java Runtime to the application server rather than in the application's EAR file, the following procedure shows how to perform the deployment.

Follow these steps:

  1. Install and configure the application server in accordance with the documentation provided by the vendor.
  2. On the Windows system, open a Command Prompt window.
  3. Set the environment variable JAVA_HOME to the disk and directory where Java SE is located:
    set JAVA_HOME C:\Program Files\Java\jre#.#.#_##\
    
  4. Change to the <CA-Gen-root>\GEN\CLASSES directory:
    cd "%Genxx%" 
    cd gen\classes 
    

    Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

  5. Execute the batch file MKJAVART with the appropriate case-sensitive parameters exactly as described below.

    Note: It is good practice to put the CA Gen product version number in the JAR file's name.

  6. When the batch file has completed, copy the JAR file to the appropriate directory for the target application server. The directory is different for each application server. Review the documentation for your application server to determine the best location for additional JAR files to be installed.