Start and stop PingGateway
Start PingGateway with default settings
Use the following step to start the instance of PingGateway, specifying the configuration directory where PingGateway looks for configuration files.
-
Start PingGateway:
-
Linux
-
Windows
$ /path/to/PingGateway-2024.9.0/bin/start.sh ... ... started in 1234ms on ports : [8080]
C:\path\to\identity-gateway-2024.9.0\bin\start.bat
By default, PingGateway configuration files are located under
$HOME/.openig
(on Windows%appdata%\OpenIG
). For information about how to use a different location, refer to Configuration location. -
-
Check that PingGateway is running in one of the following ways:
-
Ping PingGateway at
http://ig.example.com:8080/openig/ping
and make sure anHTTP 200
is returned. -
Display the product version and build information at
http://ig.example.com:8080/openig/api/info
.
-
Stop PingGateway
Use the stop.sh
script to stop an instance of PingGateway, specifying the
instance directory as an argument. If the instance directory isn’t specified,
PingGateway uses the default instance directory:
-
Linux
-
Windows
$ /path/to/PingGateway-2024.9.0/bin/stop.sh $HOME/.openig
C:\path\to\identity-gateway-2024.9.0\bin\stop.bat %appdata%\OpenIG