Downloading and Starting IG in Jetty

The commands in this guide assume that you install Jetty to /path/to/jetty, and after installation, you have a directory /path/to/jetty/webapps in which you install IG. If you use another directory structure, substitute the commands.

Download and Start IG in Jetty
  1. Download a supported version of Jetty server from its download page, and install it to /path/to/jetty.

  2. Download IG-7.0.2.war from the ForgeRock BackStage download site.

  3. Copy the .war file:

    $ cp IG-7.0.2.war /path/to/jetty/webapps/IG-7.0.2.war

    Jetty automatically deploys IG in the root context on startup.

  4. Start Jetty:

    • To start Jetty in the background, enter:

      $ /path/to/jetty/bin/jetty.sh start

    • To start Jetty in the foreground, enter:

      $ cd /path/to/jetty/
      $ java -jar start.jar

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

Read a different version of :