Previous Topic: Verify the Database SetupNext Topic: Configure CA Advanced Authentication for User Behavioral Profiling Model


Deploy the User Behavioral Profiling Software

Deploy the User Behavioral Profiling Software to run on the database. User behavioral Profiling can be deployed on a single system or a distributed system.

Follow these steps:

  1. Stop the CA Risk Authentication Service.
  2. Stop the application server.

    Note: For Installation on a distributed system, during installation select 'Custom' option and select 'User Behavior Profiling'.

  3. Deploy the Administration Console.

The Administration Console is a browser-based interface that enables you to customize the server configurations and manage the deployed system.

To deploy the Administration Console WAR file on your application server and verify if it was successfully deployed, follow these steps:

  1. Deploy arcotadmin.war in the appropriate directory on the application server.

    Note: The deployment procedure depends on the application server that you are using. See your application server vendor documentation for detailed instructions.
    Example: In the case of Apache Tomcat, you must deploy the WAR file at <APP_SERVER_HOME>\java\webapps\.

  2. (For 32-bit WebSphere Only): Configure reload of the Admin class when the application files are updated. Perform the following steps:
    1. Navigate to Application, Enterprise Applications, and then access the Admin settings page.
    2. Under Class loader order, select the Classes loaded with local class loader first (parent last) option.
    3. Under WAR class loader policy, select the Single class loader for application.
    4. Click Apply.
    5. Restart the Admin application.
  3. Deploy Administration Console on the Application Server from any of the the following environments:
    http://repo1.maven.org/maven2/org/jboss/logging/jboss-logging-jdk/2.1.1.GA/
    http://repo1.maven.org/maven2/org/jboss/logging/jboss-logging-spi/2.1.1.GA/
    http://repo1.maven.org/maven2/org/jboss/logging/jboss-logging-log4j/2.1.1.GA/
    
  4. Restart the application server.
  5. To verify that the console is successfully deployed, do the following steps:
    1. Navigate to the following location:
      <install_location>\Arcot Systems\logs\
      
    2. Open the arcotadmin.log file in any editor and locate the following lines:
      • 2.0.3
      • CA Advanced Authentication Configured Successfully.

      Note: These lines indicate that your Administration Console was deployed successfully.

    3. Also ensure that the log files do not contain any FATAL and WARNING messages.
    4. Close the file.