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

To register a copy of a PAS for OpenEdge instance on a production server:
  1. After testing and tuning an instance on a staging environment, create a ZIP file of the instance.
  2. Copy and extract the instance into the new production server.
  3. Register the instance by running the PASMAN register command:
    pasman 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 so it refers to the new production server.