Test the configuration
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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:
- Run the Proenv command-line tool.
- From the
instancedirectory, run thepasman.[bat|sh] oeservercommand:proenv>pasman oeserver -restart -I instanceNote: The defaultinstanceisoepas1.
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:
- Run the Proenv command-line tool.
- From the OpenEdge Authentication Gateway directory, run the
pasman.[bat|sh] oeservercommand.proenv>pasman oeserver -restart -I oeauthserverNote: The default name for the OpenEdge Authentication Gateway isoeauthserver.
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:- In a browser, test the service on your PAS for OpenEdge
instance.
http://instance:port/rest/_oepingService/_oepingNote: Usehttpfor testing without host verification, andhttpsfor testing with host verification. Because no user credentials are sent, the default user,newuser, credentials are used. - If configured properly, the service executes and returns the expected
result.
{"response":{"_retVal":""}}