Package an instance for production
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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:
- After testing and tuning an instance on a staging environment, zip the instance.
- Copy and unzip the instance into the new production server.
- Register the instance by running the PASMAN register
command:
pasman.[sh|bat] register instance-name instance-pathThe register action enables tracking and also updates the value of
CATALINA_HOMEin all of the executable scripts in thebindirectory of the instance to refer to the new production server.