Missing and disabled features in production
- Last Updated: March 16, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Since the production version of PAS for OpenEdge should be as secure as possible after initial installation, all debugging and management features are disabled by default. They can be re-enabled if needed.
The following is a list of disabled features in a production version of
PAS for OpenEdge:
- Status home page is not implemented
The development version of PAS for OpenEdge includes a default home page that displays status information. The home page is provided for debugging purposes so the developer has quick access to server data. In order to prevent internal data from being viewed externally, there is no default status page in the production version.
- Status responses are off by defaultStatus response is controlled by the
statusEnabledproperty in openedge.properties. If enabled, status is returned in a JSON page when you query the transport with the following syntax:http://hostname:port/apsv|rest|soap|web - Tomcat Manager and OpenEdge REST API Manager are not
deployed
If you wish to deploy these remote manager applications, see Deploy remote administration applications.