3.2. Installing the JBoss EAP client adapter

When JBoss EAP and Red Hat Single Sign-On are installed on the same machine, JBoss EAP requires some modification. To make this modification, you install a Red Hat Single Sign-On client adapter.

Prerequisites

  • JBoss EAP is installed.
  • You have a backup of the ../standalone/configuration/standalone.xml file if you have customized this file.

Procedure

  1. Download the Client Adapter for EAP 7 from the Red Hat customer portal.
  2. Change to the root directory of JBoss EAP.
  3. Unzip the downloaded client adapter in this directory. For example:

    $ unzip <filename>.zip
  4. Change to the bin directory.

    $ cd bin
  5. Run the appropriate script for your platform.

    注記

    If you receive a file not found, make sure that you used unzip in the previous step. This method of extraction installs the files in the right place.

    Linux/Unix

    $ ./jboss-cli.sh --file=adapter-elytron-install-offline.cli

    Windows

    > jboss-cli.bat --file=adapter-elytron-install-offline.cli

    注記

    This script makes the necessary edits to the …​/standalone/configuration/standalone.xml file.

  6. Start the application server.

    Linux/Unix

    $ ./standalone.sh

    Windows

    > ...\standalone.bat