Test the application access using the new configuration.

Restart the PAS for OpenEdge instance

To restart the PAS for OpenEdge server to use the new property changes, perform the following steps:
  1. Run the Proenv command-line tool.
  2. From the instance directory, run the pasman.[bat|sh] oeserver command:
    proenv>pasman oeserver -restart -I instance
    Note: The default instance is oepas1.
For more information, run the pasman.[bat|sh]oeserver -h command to access online help.

Restart the OpenEdge Authentication Gateway

To restart the OpenEdge Authentication Gateway server to use the property changes, perform the following steps:
  1. Run the Proenv command-line tool.
  2. From the OpenEdge Authentication Gateway directory, run the pasman.[bat|sh] oeserver command.
    proenv>pasman oeserver -restart -I oeauthserver
    Note: The default name for the OpenEdge Authentication Gateway is oeauthserver.
For more information, run the pasman.[bat|sh]oeserver -h command to access online help.

Test client access to PAS for OpenEdge services

To use a browser to test the _oeping service, perform the following steps:
  1. In a browser, test the service on your PAS for OpenEdge instance.
    http://instance:port/rest/_oepingService/_oeping
    Note: Use http for testing without host verification, and https for testing with host verification. Because no user credentials are sent, the default user, newuser, credentials are used.
  2. If configured properly, the service executes and returns the expected result.
    {"response":{"_retVal":""}}