When the application artifacts are staged in the PAS for OpenEdge instance, you can package the instance as a zip file and unzip it to the production instance.

To register a copy of a PAS for OpenEdge instance on a live production machine, perform the following steps:
  1. After testing and tuning an instance on a staging environment, zip the instance.
  2. Copy and unzip the instance into the new production server.
  3. Register the instance by running the PASMAN register command:
    pasman.[sh|bat] register instance-name instance-path

    The register action enables tracking and also updates the value of CATALINA_HOME in all of the executable scripts in the bin directory of the instance to refer to the new production server.