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


Verifying the State Manager Configuration

To test the State Manager configuration:

  1. Restart the application server where State Manager is installed.
  2. 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.

  3. Click Create token.

    A sample token is created.

  4. 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
    
  5. 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