Previous Topic: Oracle WebLogicNext Topic: Deploying and Configuring Authentication Flow Manager


Deploying State Manager

Important! If you are integrating Adapter with SAML or SiteMinder, and you have opted to use CA RiskMinder for risk evaluation, then ensure that the RiskMinder Server is started and running.

You need the arcotsm.war file to deploy State Manager. This file is available at the following location:

To deploy State Manager, depending on the database you are using, install the arcotsm.war file from one of the preceding locations on your application server. For example, on Apache Tomcat, the location to install the WAR file is:

application_server_home/webapps

Apache Tomcat extracts the WAR file and creates a folder named arcotsm under the webapps folder.

Note: Refer to the vendor documentation for instructions on how to deploy on other supported application servers. Also, it is recommended that you use a secured communication channel between all Adapter components. For more information about configuring SSL communication, see Configuring SSL in Apache Tomcat.

The following subsections list the additional steps required to deploy State Manager on IBM WebSphere application server.

Applicable Only for IBM WebSphere 6.1

Perform the following steps to deploy WAR file on WebSphere 6.1:

  1. Log in to the IBM WebSphere administration console.
  2. Navigate to Applications > Install New Application.
  3. Based on the location of the WAR file, select either Local file system or Remote file system.
  4. In the Full path field, enter the absolute path of the WAR file or click Browse to select the WAR file location.
  5. Specify arcotsm as the context root.
  6. In the How do you want to install the application section, select the Show me all installation options and parameters option.
  7. Click Next.
  8. Click Next on the Preparing for the application installation screen.
  9. Click Continue on the Application Security Warnings screen.
  10. In the Step 1: Select install options screen, select the Precompile JavaServer Pages files option.
  11. Click Next.
  12. Click Next on the Step 2: Map modules to servers screen.
  13. In the Step 3: Provide options to compile JSPs screen, enter the value 15 in JDK Source level column.
  14. Follow the onscreen instructions and complete the deployment.

Perform the following steps after you deploy the WAR file:

  1. Log in to the IBM WebSphere administration console.
  2. Navigate to Applications > Enterprise Applications > WebSphere enterprise applications.
  3. Click the WAR file link.
  4. Click the Class loading and update detection link.
  5. In the Class loader order section, select the Classes loaded with local class loader first option.
  6. In the WAR class loader policy section, select the Single class loader for application option.

Applicable Only for IBM WebSphere 7.1

Perform the following steps after you deploy the WAR file:

  1. Log in to the IBM WebSphere administration console.
  2. Navigate to Applications > Application Types > WebSphere enterprise applications.
  3. Click the WAR file link.
  4. Click the Class loading and update detection link.
  5. In the Class loader order section, select the Classes loaded with local class loader first (parent last) option.
  6. In the WAR class loader policy section, select the Single class loader for application option.