

CA Risk Authentication Windows Installation Guide › How to Deploy CA Risk Authentication on a Single System › How to Prepare an Application Server › Copy the JDBC JAR Files to Application Server
Copy the JDBC JAR Files to Application Server
CA Risk Authentication requires the following JDBC JAR files for the supported databases:
- Oracle 10g: Oracle JDBC Driver (10.2.0.1.0)
- Oracle 11g: Oracle JDBC Driver (11.2.0.2.0)
- Microsoft SQL Server: MSSQL JDBC Driver (1.2.2828)
- MySQL: MySQL JDBC Driver (5.1.22)
The following sections walk you through the steps for copying the JDBC JAR required for your database:
Apache Tomcat
Follow these steps:
- Navigate to the location where you have downloaded the <Database_JAR> file.
- Copy the <Database_JAR> file to the following directory:
- On Apache Tomcat 5.5.x: <TOMCAT_HOME>\common\lib\
- On Apache Tomcat 6.x and 7.x: <TOMCAT_HOME>\lib\
- Restart the server.
IBM WebSphere
Follow these steps:
- Log in to the WebSphere Administration Console.
- Click Environment, and click Shared Libraries. Do the following steps:
- From the Scope list, select a valid visibility scope. Include the target server or node on which the application is deployed.
- Click New.
- Enter the Name.
Example: JDBCJAR.
- Specify the Classpath.
Important! This path must point to the location where the <Database_JAR> file is present and must include the file name.
- Click Apply.
- Configure server-level class loaders, and do the following steps:
- Navigate to Servers, Server Types, WebSphere Application Servers.
- Under Application Servers, access the settings page.
- Click Java and Process Management. Click Class Loader.
- Click New.
- Select default Classes loaded with parent class loader first. Click OK.
- Click the auto-generated Class Loader ID.
- Click Shared Library References.
- Click Add, and select JDBCJAR. Click Apply.
- Save the changes.
- Restart the application server.
Oracle WebLogic
Follow these steps:
Note: If you are using Oracle database, then do not perform the configurations that are mentioned in this section, because WebLogic supports Oracle database by default.
- Copy the <Database_JAR> file to <Weblogic_JAVA_HOME>\lib\ext\.
Here, <WebLogic_JAVA_HOME> represents the JAVA_HOME used by your Oracle WebLogic instance.
- Log in to the WebLogic Administration Console.
- Navigate to Deployments.
- Enable the Lock and Edit option.
- Click Install and navigate to the directory that contains the required <Database_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:
- Create a folder structure as <JBOSS_HOME>\modules\advauth-jdbc-driver\main\ and copy JDBC Jar file in this folder location.
- Create a file in with the name module.xml at the following location: <JBOSS_HOME>\modules\advauth-jdbc-driver\main\
- Add the following codes to the file:
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.1" name="advauth-jdbc-driver">
<resources>
<resource-root path="<JDBC Jar Name>"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="javax.transaction.api"/>
</dependencies>
</module>
- Edit the tag ‘<JDBC Jar Name>’with JDBC Jar file name.
Example:sqljdbc.jar
- Restart the application server.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|