After you install PAS for OpenEdge, you can configure your existing OpenEdge installation (which must include at least one of the following licenses: Progress ProdAS for OE, Progress Dev AS for OE, or PASOE Lite) to work with it by running the integration script.

To enable OpenEdge to use PAS for OpenEdge, the script updates the required OpenEdge files, for example, pasman, secprop, genspringpwd, and AdminServerPlugins.properties. These modifications ensure that CATALINA_HOME is set to the location of PAS for OpenEdge instead of the previous generation PAS for OpenEdge location.
Note: As part of a technical preview, this is provided as a script. It will be a part of the installer later.
The PAS for OpenEdge installer comes with the following two files:
  • oe-pasoe-integrate.[sh|bat]—the integration script
  • pasplugin.jar—updated plugin JAR
To use OpenEdge with PAS for OpenEdge:
  1. Locate oe-pasoe-integrate.[sh|bat] and pasplugin.jar and place these files in the same directory.
  2. Run the integration script as root user or administrator for Linux or Windows, respectively.
    ./oe-pasoe-integrate.[sh|bat]
  3. When prompted, enter the installation path of your PAS for OpenEdge.
  4. When prompted, type Y if you want to use OpenEdge installation with OpenEdge Management, or N if you don't.
  5. When prompted, enter the path to your OpenEdge DLC installation.
    The script prints [INFO], [WARN], or [ERROR] messages for each action and displays a summary when complete. A successful run ends with the following message:
    [INFO] All updates completed successfully!

    Now, PAS for OpenEdge is successfully integrated with OpenEdge.

This script ensures all PAS lifecycle operations (create, start, stop, and configure) route to the PAS for OpenEdge 3.0 runtime.

To verify that OpenEdge is integrated with the PAS for OpenEdge 3.0 run time:
  1. Create a new PAS for OpenEdge instance using pasman. For example:
    pasman create -p 8841 -P 8851 -s 8861 testDemo
  2. Check the version of the instance. For example:
    tcman[.sh] env version

    It should return 3.0.0.

  3. Confirm that CATALINA_HOME points to the installation path of PAS for OpenEdge, that is, <PAS for OpenEdge_3.0 location>/servers/pasoe.