Downloading and Starting IG in JBoss

This section installs JBoss to /path/to/jboss. If you use another directory structure, substitute the commands.

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

  2. In the JBoss configuration file /path/to/jboss/standalone/configuration/standalone.xml, delete the line for the JBoss welcome-content handler:

    <server name="default-server">
      <host name="default-host" alias="localhost">
        <location name="/" handler="welcome-content"/> <!-- Delete this line -->

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

  4. Copy the IG-7.0.2.war to the JBoss deployment directory:

    $ cp IG-7.0.2.war /path/to/jboss/standalone/deployments/IG-7.0.2.war
  5. Start JBoss as a standalone server:

    $ /path/to/jboss/bin/standalone.sh

    JBoss deploys IG in the root context.

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

Read a different version of :