IBM Tivoli Federated Identity Manager, Version 6.2.2

Configuring WebSphere shared library

Define a shared library in WebSphere® Application Server so that the application can use Web services security management.

Procedure

  1. Start the WebSphere Application Server administrative console and log on, if necessary.
    Note: Ensure that you are using the administrative console associated with the application server where the Web services security management component is installed.
  2. Click Environment > Shared Libraries to open the Shared Libraries page.
  3. Select a scope and click New to specify the shared library needed by Tivoli® Federated Identity Manager. For a WebSphere Cluster, use the Node scope and define the variable for each Node in the Cluster.
  4. Enter the following information to define the necessary shared library.
    1. In the Name field, enter ITFIM_WSSM. This name is needed later when configuring the class loader.
    2. In the Description field, enter a description of the contents or purpose of the shared library for future reference. For example, Shared libraries needed by the Web services security management component of Tivoli Federated Identity Manager.
    3. In the Classpath field, enter the following information:
      ${ITFIM_WSSM}/etc
      ${ITFIM_WSSM}/lib/com.tivoli.am.fim.wssm.jar
      ${ITFIM_WSSM}/lib/com.tivoli.am.fim.common.jar
      ${ITFIM_WSSM}/lib/com.tivoli.am.fim.management.jar
      ${ITFIM_WSSM}/lib/com.tivoli.am.fim.war.sts.stubs.client.jar
      ${ITFIM_WSSM}/lib/com.tivoli.am.fim.midmgr.jar
      ${ITFIM_WSSM}/lib/com.tivoli.am.fim.sts.jar
      ${ITFIM_WSSM}/lib/itfim-locale-msgs.jar
      Note: This list also can be copied from the following file:
      UNIX and Linux
      /opt/IBM/FIM/wssm/etc/wssm.classpath
      Windows
      C:\Program Files\IBM\FIM\wssm\etc\wssm.classpath
    4. Leave the Native Library Path field blank.
    5. Click OK to add the shared library.
  5. In the Messages pane at the top of the Shared Libraries window, click Save to commit your changes.


Feedback