

CA AuthMinder UNIX Installation Guide › Deploying AuthMinder on a Single System › Performing Post-Installation Tasks › Preparing Your Application Server › Step 3: Copying JDBC JARs to Your Application Server
Step 3: Copying JDBC JARs to Your Application Server
Administration Console, User Data Service (UDS), and Sample Application, which are the Java-dependant components of AuthMinder need Java Database Connectivity (JDBC) Java ARchive (JAR) files to connect to the database. You must copy these files to the application server.
Note: Before proceeding with the steps mentioned in the following subsections, ensure that you have downloaded the JDBC JARs, see chapter, "Preparing for Installation" for more information on supported JDBC JARs.
The following sub-sections walk you through the steps for copying the JDBC JAR required for your database to one of the following application servers:
- Apache Tomcat
- IBM WebSphere
- Oracle WebLogic
- JBoss Application Server
Apache Tomcat
To copy the JDBC JAR file to the Apache Tomcat installation directory:
- Navigate to the location where you have downloaded the JDBC JAR file.
- Copy the JDBC JAR file and paste it in the following directory:
- For Apace Tomcat 5.5.x: <TOMCAT-HOME>\common\lib
- For Apace Tomcat 6.x and 7.x: <TOMCAT-HOME>\lib
Alternatively, add the path that contains the JDBC JAR file to the Classpath environment variable.
- Restart Apache Tomcat.
IBM WebSphere
To copy the JDBC JAR file to IBM WebSphere:
- Log in to IBM WebSphere Administration Console.
- Click Environment, and then click Shared Libraries.
- From the Scope drop-down, select a valid visibility scope. The scope must include the target server/node on which the application is deployed.
- Click New.
- Enter the Name, for example, JDBCJAR.
- Specify the Classpath. This path must point to the location where the JDBC JAR file is present and must also include the file name.
- Click Apply to save the changes made.
- Configure server-level class loaders.
Note: You can either create a class loader or use the one that you created while performing the procedure described in Step 2: Copying Database Access Files to Your Application Server.
- Click Servers, and then click Application Servers.
- Under Application Servers access the settings page of the server for which the configuration are performed.
- Click Java and Process Management, and then click Class Loader.
- Click New. Select default Classes loaded with parent class loader first and click OK.
- Click the auto-generated Class Loader ID.
- In the class loader Configuration page, click Shared Library References.
- Click Add, select JDBCJAR and then click Apply.
- Save the changes made.
- Restart IBM WebSphere.
Oracle WebLogic
To copy the JDBC JAR file to Oracle WebLogic:
Note: If you are using Oracle Database, then you need not perform the configurations mentioned in this section, because WebLogic supports Oracle database by default.
- Copy the JDBC JAR file to the following directory:
<JAVA_HOME used by Oracle WebLogic instance>/jre/lib/ext
- Login to WebLogic Administration Console.
- Navigate to Deployments.
- Enable the Lock and Edit option.
- Click Install and navigate to the directory that contains the JDBC JAR file.
- Click Next.
The Application Installation Assistant screen appears.
- Click Next.
The Summary page appears.
- Click Finish.
- Activate the changes.
- Restart the Oracle WebLogic server.
JBoss Application Server
To copy the JDBC JAR file on JBoss Application Server:
- Copy the JDBC JAR file to the following location on the JBOSS installation directory:
<JAVA_HOME Used by JBOSS>/server/default/lib
- Restart the application server.
Copyright © 2013 CA.
All rights reserved.
 
|
|