Install remote administration
- Last Updated: January 23, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The PAS for OpenEdge product runs in a secured configuration unless otherwise configured. Therefore, it does not automatically include the remote web applications used by OpenEdge Management (for Tomcat and OpenEdge components). All Tomcat and OpenEdge administration can be performed locally using a JMX console—the administrative web applications offer no additional functionality. If the site's policies allow remote administration, then you can add these administrative web applications to a PAS for OpenEdge instance at any time by doing the following:
- Choose which remote administration web application to deploy: Tomcat's
manageror OpenEdge'soemanager. - Deploy the remote administration web application from $DLC/servers/pasoe/extras using the TCMAN utility's
deploycommand. For more information, see Deploy an ABL web application. - Configure the remote administration's security according to the site's policies, using a text editor to alter the web.xml and Spring Security configuration files. For more information, see Secure PAS for OpenEdge instances in Manage Progress Application Server (PAS) for OpenEdge.