Install a prepackaged PAS for OpenEdge instance
- Last Updated: January 23, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This type of installation deploys a packaged PAS for OpenEdge instance created according to the procedure described in PAS for OpenEdge instance packaging.
- Load the .jar or .zip file that contains the packaged PAS for OpenEdge instance.
- Set the current working directory to the location where the named instance will be located.
- Use the
expandutility found in$DLC/servers/pasoe/bin/expand.{sh|bat}to unpack the instance. - Use the
$DLC/servers/bin/tcman.{sh|bat}registercommand to link the new instance with the OpenEdge installation. - If this is a Windows system, and the instance will be run as a Windows
service, use the
tcman.batservice createcommand to make a new Windows service. - If this is a UNIX system, set the correct security level (
{ production | standard | development }) using the $DLC/servers/pasoe/bin/openedge_tailor command, specifying only thesecurity-modeoption. - Use the
tcman.{sh|bat}configcommand to assign new network (http/https/ajp13) ports. - Use the
tcman.{sh|bat}featurecommand to enable or disable server features according to the site requirements. - Use the
oeproputility to configure the ABL application's properties according to site requirements. - Use a text editor and configure each ABL web application's security according to the site requirements. For more information, see Secure PAS for OpenEdge instances in Manage Progress Application Server (PAS) for OpenEdge.