OEMANAGER prerequisites
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
The OEMANAGER utility requires two web applications be deployed for access to the management APIs of a Progress Application Server (PAS) for OpenEdge instance. These are the Tomcat Manager (manager.war) and OpenEdge Manager (oemanager.war) web applications.
oemanager command-line utility requires
_progress executable. The _progress executable is
not packaged along with the PAS for OpenEdge license and you must have one of the
following components installed to use the oemanager utility on the same
machine:- 4GL Dev System
- Client Networking
- Query/RESULTS
- Progress OpenEdge DataServer for Oracle
- Progress OpenEdge DataServer for MS SQL
- Progress Developer Studio for OpenEdge
- Progress Application Server for OpenEdge
- All four RDBMS products—Personal, Workgroup, Enterprise, or Advanced Enterprise
oemanager utility against a
remote PAS for OpenEdge instance from a machine that has the necessary components
installed. For example, run the oemanager utility from a
development or staging environment which has the necessary licenses and network
access to the target PAS for OpenEdge instance.- Deploy the manager and oemanager web applications.
You can use the
-fswitch to deploy both web applications when you create the instance usingpasmanor you can use thetcman deploycommand for an existing instance.The following example usespasmanto create a new PAS for OpenEdge instance and deploys the required web applications using the-fswitch:pasman create -v -f -p 8820 -P 8821 -s 8823 C:\OpenEdge\WRK\oepas2The following example usestcmanfor deployment:tcman deploy DLC/servers/pasoe/extras/manager.war tcman deploy DLC/servers/pasoe/extras/oemanager.war - Secure the Tomcat Manager (manager.war) and OpenEdge
Manager (oemanager.war) web applications.
The OEMANAGER utility is a wrapper which accesses the underlying Tomcat Manager and OpenEdge Manager services. You must secure these services first. For more information, see Secure the Tomcat Manager and OpenEdge manager web applications.
- Secure the OEMANAGER utility.Although you can set the
useridandpasswdproperties to values in the oemanager.properties file (located in the bin directory of the PAS instance), you should not do so, especially on production systems.Important: As a best practice, you should only pass theuseridandpasswdvia the command line when executing the utility. To ensure this behavior, set theuseridandpasswdto blank values in oemanager.properties:userid= passwd= - Start the PAS for OpenEdge instance.
Navigate to the CATALINA_BASE/bin directory of the PAS instance you created and start it. For example:
cd C:\OpenEdge\WRK\oepas2\bin tcman oeserver -start