Deploy remote administration applications
- Last Updated: March 16, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Note: This topic is optional. Remote administration applications help
monitor the performance of the instance, but can pose security risks if not properly
configured.
You have a number of options for monitoring and managing a PAS for
OpenEdge instance in a production environment:
- Log into the production instance and use PASMAN locally.
- Deploy remote administration applications such as Tomcat manager and OpenEdge manager to the PAS for OpenEdge instance.
If you choose to use remote management tools, you need to manually deploy them to the production instance. You must also ensure that you have secured your environment against unauthorized access. For more information, see Secure online deployment of a new ABL application.
Run the following command in
bin directory
of the instance to deploy the Tomcat manager
application:pasman.[sh|bat] deploy -I instance-name $DLC\servers\pasoe\extras\manager.warRun the following command in the
bin
directory of the instance to deploy the OpenEdge manager
application:pasman.[sh|bat] deploy -I instance-name $DLC\servers\pasoe\extras\oemanager.war