

CA Risk Authentication Windows Installation Guide › How to Deploy CA Risk Authentication on a Single System › How to Prepare an Application Server › Copy Database Access Files to Application Server
Copy Database Access Files to Application Server
UDS and Administration Console use the following files to access the CA Risk Authentication database securely:
As a result, copy these files to the appropriate location on the application server where you have deployed the CA Risk Authentication components. The following subsections provide information about copying these files for:
Apache Tomcat
Follow these steps:
- Copy arcot-crypto-util.jar to <Tomcat_JAVA_HOME>\jre\lib\ext\.
- <Tomcat_JAVA_HOME>
-
Specifies the JAVA_HOME used by your Apache Tomcat instance.
- Copy ArcotAccessKeyProvider.dll to <Tomcat_JAVA_HOME>\jre\bin\.
- Restart the application server.
IBM WebSphere
Follow these steps:
- Log in to WebSphere Administration Console.
- Click Environment, and click Shared Libraries.
- From the Scope drop-down, select a valid visibility scope. Include the target server or node on which the application is deployed.
- Click New.
- Enter the Name.
Example: ArcotJNI.
- Enter the Classpath.
This path must point to the location where the arcot-crypto-util.jar file is present and must also include the file name.
Example: C:\Program Files\Arcot Systems\java\lib\arcot-crypto-util.jar.
- Enter the JNI Library path.
This path must point to the location where the ArcotAccessKeyProvider.dll file is present.
- Click Apply.
- Configure the server-level class loaders.
- Navigate to Servers, Server Types, WebSphere Application Servers.
- Under Application Servers, access the settings page of the server.
- Click Java and Process Management. Click Class Loader.
- Click New.
- Select default Classes loaded with parent class loader first, and click OK.
- Click the auto-generated Class Loader ID.
- Click Shared Library References.
- Click Add and select ArcotJNI. Click Apply.
- Save the changes.
- Copy ArcotAccessKeyProvider.dll to <WebSphere_JAVA_HOME>\jre\bin\.
Here, <WebSphere_JAVA_HOME> represents the JAVA_HOME used by your IBM WebSphere instance.
- Restart the application server.
Oracle WebLogic
Follow these steps:
- Copy ArcotAccessKeyProvider.dll to <WebLogic_JAVA_HOME>\jre\bin\.
Here, <Weblogic_JAVA_HOME> represents the JAVA_HOME used by the Oracle WebLogic instance.
- Copy arcot-crypto-util.jar to <WebLogic_JAVA_HOME>\jre\lib\ext\.
Note: Ensure that you use the appropriate <JAVA_HOME> used by WebLogic.
- Log in to WebLogic Administration Console.
- Navigate to Deployments.
- Enable the Lock and Edit option.
- Click Install. Navigate to the directory that contains the arcot-crypto-util.jar file.
- Click Next.
- Click Next to display the Summary page.
- Click Finish.
- Activate the changes.
- Restart the application server.
JBoss Application Server
Follow these steps:
- Copy ArcotAccessKeyProvider.dll to <JBoss_JAVA_HOME>\jre\bin\.
Here, <JBoss_JAVA_HOME> represents the JAVA_HOME used by your JBoss Application Server instance.
- Create a folder structure as <JBOSS_HOME>\modules\advauth-admin-libs\main\ and copy the following JARs from <ARCOT_HOME>\java\lib to this folder:
- arcot-crypto-util.jar.
- bcprov-jdk15-146.jar
- Create a file with the name module.xml in the same folder location (<JBOSS_HOME>\modules\advauth-admin-libs\main) with the following codes:
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.1" name="advauth-admin-libs">
<resources>
<resource-root path="arcot-crypto-util.jar"/>
<resource-root path="bcprov-jdk15-146.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
</dependencies>
</module>
- Restart the application server.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|