Use the OpenEdge Manager web application to manage and monitor an instance
- Last Updated: January 23, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
You can monitor and manage Progress Application Server (PAS) for OpenEdge instances using the OpenEdge Manager web application. OpenEdge Manager is a Java web application that provides a REST API for remote management and monitoring of ABL applications deployed on a PAS for OpenEdge instance. It is similar to the administration API supported by the Tomcat web server’s JMX interface, but it uses JSON input/output payloads.
tcman deploy command or you can use the -f
switch when you create the instance using pasman. For
example:
|
scheme://host:port/oemanager/ in a browser after you have started
the instance. For example:
|
- AgentManager Administration
- APSV Transport
- SessionManager Administration
- OEABL ManagerService
- WEB Transport
- REST Transport
- SOAP Transport
- Debugging & Monitoring
OEMANAGER utility
The OEMANAGER utility uses the OpenEdge Manager web application to display metrics about a Progress Application Server (PAS) instance via the command line in one simple call. The output contains an easy-to-read textual representation similar to the classic AppServer ASBMAN and WTBMAN utilities. You can also use the OEMANAGER utility to alter runtime behavior. Depending on your use case, this utility may be a quicker and easier alternative to using the OpenEdge Manager REST APIs directly. For more information, see OEMANAGER utility.