Previous Topic: Verifying Adapter IntegrationNext Topic: Verifying the AFM Configuration


Verifying the State Manager Configuration

To test the State Manager configuration:

  1. Run the afmenv.sh script. This script is located in the adapter-install-location directory. It sets the $AFM_HOME environment variable.
  2. Restart the application server where State Manager is installed.
  3. Access State Manager by using the following URL:

    http[s]://host_name:port_number/arcotsm/index.jsp

    Replace host_name and port_number with the host name and port of the system where you have deployed State Manager. The State Manager Operations page opens.

  4. Click Create token.

    A sample token is created.

  5. Open the arcotsm.log file, which is available on the system where State Manager is hosted. The default location of this log file is:

    AFM_HOME/logs

  6. Search for the following lines in the log file, which indicate that State Manager is configured successfully:

    Servlet com.arcot.integrations.toksvr.server.TokenCreator starting up

    ...

    Servlet com.arcot.integrations.toksvr.server.TokenRemover starting up

    ...

    Servlet com.arcot.integrations.toksvr.server.TokenReader starting up