IG 2024.3

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.

  1. 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.

  2. Check that IG is running in one of the following ways:

    • Ping IG at http://ig.example.com:8080/openig/ping and make sure an HTTP 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
Copyright © 2010-2024 ForgeRock, all rights reserved.