

CA Risk Authentication UNIX Installation Guide › How to Deploy CA Risk Authentication on a Single System › Start the CA Risk Authentication Case Management Service
Start the CA Risk Authentication Case Management Service
Follow these steps:
- Run the following command:
source <install_location>/arcot/sbin/arrfenv
In this command, replace <install_location> with the path of the directory in which CA Risk Authentication has been installed.
- Navigate to the following directory:
install_location/arcot/bin/
- Run the following command
./casemanagementserver start
Note: If you want to stop Case Management Service, then navigate to the bin directory and enter the ./casemanagementserver stop command.
Deploy User Data Service [USD]
CA Risk Authentication access user data either from a relational database (RDBMS) or directly from an LDAP server by using UDS, which is an abstraction layer that provides CA Risk Authentication seamless access to the third-party data repositories deployed by your organization.
Follow these steps:
- Change the working directory to the following location:
install_location/arcot/sbin/
- Type source arrfenv and press Enter to set the required environment variables.
- Deploy arcotuds.war on the application server which is found in the following location:
install_location/arcot/java/webapps/
Example: For Apache Tomcat, deploy the WAR file at APP_SERVER_HOME/webapps/.
Note: The deployment procedure depends on the application server that you are using. See the application server vendor documentation for detailed instructions.
- (For WebSphere Only) Configure to reload the UDS class when the application files are updated.
- Navigate to Application, Enterprise Applications, UDS Settings.
- Under Class loader order, select the Classes loaded with local class loader first (parent last) option.
- Under WAR class loader policy, select the Single class loader for application.
- Click Apply.
- Restart the application server.
- Verify if UDS was deployed successfully:
Note: The arcotuds.log file is used for logging UDS-related information.
- Navigate to the following location:
install_location/arcot/logs/
- Open the arcotuds.log file in any editor and locate the following line:
- User Data Service (Version: 2.0.3) initialized successfully.
This line indicates that UDS was deployed successfully.
- Also ensure that the log files do not contain any FATAL and WARNING messages.
- Close the file.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|