Downloading and Starting IG in JBoss
This section installs JBoss to /path/to/jboss
. If you use another directory structure, substitute the commands.
Download a supported version of JBoss server from its download page, and install it to
/path/to/jboss
.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 -->
Download
IG-7.0.2.war
from the ForgeRock BackStage download site.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
Start JBoss as a standalone server:
$
/path/to/jboss/bin/standalone.sh
JBoss deploys IG in the root context.
Check that IG is running in one of the following ways:
Ping IG at http://openig.example.com:8080/openig/ping, and make sure an
HTTP 200
is returned.Access the IG welcome page at http://openig.example.com:8080.
When IG is running in development mode, display the product version and build information at http://openig.example.com:8080/openig/api/info.