

CA AuthMinder UNIX Installation Guide › Deploying AuthMinder on Distributed Systems › Performing Post-Installation Tasks on the First System › Preparing Your Application Server › Step 2: Copying Database Access Files to Your Application Server
Step 2: Copying Database Access Files to Your Application Server
UDS and Administration Console use the following files to access the AuthMinder database securely:
As a result, these files must be copied to the appropriate location on the application server where you have deployed these AuthMinder components. The following subsections provide information about copying these files for:
- Apache Tomcat
- IBM WebSphere
- Oracle WebLogic
- JBoss Application Server
Apache Tomcat
To copy the database access files on Apache Tomcat:
- Copy the libArcotAccessKeyProvider.so file to the following directory:
- For Solaris: <JAVA_HOME used by Apache Tomcat>/jre/bin
- For RHEL: <JAVA_HOME used by Apache Tomcat>/jre/bin
- Copy the arcot-crypto-util.jar file to the <JAVA_HOME used by Apache Tomcat>/jre/lib/ext directory.
- Set and export the LD_LIBRARY_PATH to the directory where the libArcotAccessKeyProvider.so file is copied.
- Restart the application server.
Note: An application server restart is required as part of some of the remaining installation tasks. To minimize the number of times you restart the application server, restart it once after performing the last task that requires a restart.
IBM WebSphere
Note: Depending on the WebSphere version that you are using, the steps that you follow may be different.
To copy the database access files on WebSphere 6.1:
- Log in to 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, ArcotJNI.
- Specify 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. For example, <install_location>/arcot/java/lib/arcot-crypto-util.jar.
- Enter the JNI library path. This path must point to the location where the libArcotAccessKeyProvider.so file is present. For example, the <install_location>/arcot/java/native/linux/<32bit-or-64bit> directory.
- Click Apply.
- Configure server-level class loaders.
- Click Servers, and then click Application Servers.
- Under Application Servers access the settings page of the server for which the configuration has been 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 the shared library that you created earlier in this procedure (for example, ArcotJNI), and then click Apply.
- Save the changes.
- Copy libArcotAccessKeyProvider.so file to the following directory:
- For Solaris: <JAVA_HOME used by IBM WebSphere>/jre/bin
- For RHEL: <JAVA_HOME used by IBM WebSphere>/jre/bin
- Restart the application server.
Note: An application server restart is required as part of some of the remaining installation tasks. To minimize the number of times you restart the application server, restart it once after performing the last task that requires a restart.
Oracle WebLogic
To copy the database access files on the Oracle WebLogic server:
- Copy libArcotAccessKeyProvider.so to the following directory:
- For Solaris: <JAVA_HOME used by Oracle WebLogic instance>/jre/bin
- For RHEL: <JAVA_HOME used by Oracle WebLogic instance>/jre/bin
- Set and export the LD_LIBRARY_PATH to the directory where the libArcotAccessKeyProvider.so file is copied.
- Copy arcot-crypto-util.jar to the <JAVA_HOME used by Oracle WebLogic instance>/jre/lib/ext directory.
- Log in to WebLogic Administration Console.
- Navigate to Deployments.
- Enable the Lock and Edit option.
- Click Install and navigate to the directory that contains the arcot-crypto-util.jar file.
- Click Next.
The Application Installation Assistant screen appears.
- Click Next.
The Summary page appears.
- Click Finish.
- Activate the changes.
- Restart the application server.
Note: An application server restart is required as part of some of the remaining installation tasks. To minimize the number of times you restart the application server, restart it once after performing the last task that requires a restart.
JBoss Application Server
To copy the database access files on JBoss Application Server:
- Copy libArcotAccessKeyProvider.so to the following directory:
- For Solaris: <JAVA_HOME used by JBoss Application Server instance>/jre/bin
- For RHEL: <JAVA_HOME used by JBoss Application Server instance>/jre/bin
- Copy arcot-crypto-util.jar to the <JAVA_HOME used by JBoss Application Server instance>/jre/lib/ext directory.
- Restart the application server.
Note: An application server restart is required as part of some of the remaining installation tasks. To minimize the number of times you restart the application server, restart it once after performing the last task that requires a restart.
Copyright © 2013 CA.
All rights reserved.
 
|
|