Install a REST Management Agent into a Java AdminServer
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
As part of the OpenEdge installation, REST Management Agent is installed in the OpenEdge installation directory, OpenEdge-install-dir\servlets\rest.
To start working with OE Web Server and REST Web Applications, you must configure your Web Server to install the REST Management Agent in the Java AdminServer associated with the Web Server. To configure your Web Server:
For example, if you are using a Tomcat Web Server, you copy oerm.war to the $CATALINA_HOME/webapps directory.
You can query the OE Web Server Web application by browsing
to the URL http://host-name:port-number/oerm/index.html
to check whether the REST Management Agent has been correctly installed and configured. For
instance, if you are using the Tomcat server and you are using the default ports, you can
browse the URL http://localhost:8080/oerm/index.html.