Package an instance for production
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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:
- After testing and tuning an instance on a staging environment, create a ZIP file of the instance.
- Copy and extract the instance into the new production server.
- Register the instance by running the PASMAN register
command:
pasman 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 so it refers to the new production server.