Start and stop IG
Start IG with default settings
Use the following step to start the instance of IG, specifying the configuration directory where IG looks for configuration files.
-
Start IG:
-
Linux
-
Windows
$ /path/to/identity-gateway-2024.3.0/bin/start.sh ... ... started in 1234ms on ports : [8080 8443]
C:\path\to\identity-gateway-2024.3.0\bin\start.bat
By default, IG 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 IG is running in one of the following ways:
-
Ping IG 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 IG
Use the stop.sh
script to stop an instance of IG, specifying the
instance directory as an argument. If the instance directory isn’t specified,
IG uses the default instance directory:
-
Linux
-
Windows
$ /path/to/identity-gateway-2024.3.0/bin/stop.sh $HOME/.openig
C:\path\to\identity-gateway-2024.3.0\bin\stop.bat %appdata%\OpenIG