You install the BeanConnect resource adapter using the JAR file BC$(versionL)_RA.jar.
This file contains the resources listed below:
The RAR file
$(versionL)_RA.rarcontaining the resource adapter classes for JCA 1.6. For information on using the RAR file see Overview.The file
BeanConnectDev.jarfor compiling the EJBsThe directory
config: log4j configuration files for resource adapter loggingThe directory
Docs: DocumentsThe directory
encoding: Encoding exampleThe directory
JavaDoc: JavaDoc for the user API.
Installing a resource adapter in systems with a graphical user interface
In systems with a graphical user interface, proceed as follows:
In the relevant system, open a window for command entry, e.g. Shell or DOS prompt
Switch to the directory in which the JAR file is located
Unpack the JAR file using the command
java -jar BC$(versionL)_RA.jarFollow the instructions output by the graphical installation program and define the installation directory for the resource adapter
Installing a resource adapter in systems without a graphical user interface
The file RA-auto.xml is supplied to permit installation on systems without a graphical user interface. Proceed as follows:
Open the file
RA-auto.xmlwith a text editor and enter the required installation path for the resource adapter in the<installpath>tagIn the relevant system, open a window for command entry, e.g. Shell or DOS prompt.
Switch to the directory in which the JAR file is located
Unpack the JAR file using the command
java -jar BC$(versionL)_RA.jar RA-auto.xmlThis installs the resource adapter automatically. The files are unpacked in the current directory without modifying
RA-auto.xml.