Because the production version of PAS for OpenEdge should be as secure as possible after the initial installation, all debugging and management features are disabled by default. They can be re-enabled if needed.

The following is a list of the disabled features in the production mode of PAS for OpenEdge:
  • Status home page is not implemented.

    The development mode 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 mode.

  • Status responses are off by default.
    Status response is controlled by the statusEnabled property in the openedge.properties file. 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 want to deploy these remote manager applications, see Deploy remote administration applications.