| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Installing: Installing Third-Party JAR Files for the CICS Adapter |
|
Planning for Java CAPS Installation
Using the Java CAPS 6 Installation GUI
Using the Java CAPS 6 Installation CLI
Installing Additional Components for Java CAPS 6
Installing Third-Party JAR Files
Adding Third-Party DLLs to the Shared Library
To Add Third-Party DLLs to the Shared Library
Installing Third-Party JAR Files for the WebSphere MQ Adapter
Running the Third-Party Library Installer
Installing Third-Party JAR Files for the SAP Adapters
Running the Third-Party Library Installer
Installing Third-Party JAR Files for the Siebel EAI Adapter
Running the Third-Party Library Installer
Installing Third-Party JAR Files for the DB2 Connect Adapter
Running the Third-Party Library Installer
Installing Third-Party JAR Files for the VSAM Adapter
Running the Third-Party Library Installer
This section includes information for installing and configuring the IBM CICS Transaction Gateway(CTG). The CTG must be installed and configured as the underlying connection transport to access z/OS CICS transactions.
The Installer script requires the installation of Apache Ant version 1.7 or above, it can be downloaded from the following location:
you can use the ant version distributed with Java CAPS.
The following steps are for running the Third-Part Installer with default settings. If
you are running the Installer for specific instantiations of Netbeans or GlassFish (separately),
you must specify each specifically when running ant (for example, ant install-glassfish or ant-install-netbeans).
c:\JavaCAPS6\ThirdPartyInstaller
cd c:\JavaCAPS6\ThirdPartyInstaller
set ANT_HOME=C:\JavaCAPS6\netbeans\java2\ant
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_03
set PATH=C:\JavaCAPS6\netbeans\java2\ant
Examples:
Windows — cicsadapterra.thirdpartyfiles=C:/Program Files/IBM/CICS Transaction Gateway/classes/ctgclient.jar;C:/Program Files/IBM/CICS Transaction Gateway/classes/ctgserver.jar
Solaris — cicsadapterra.thirdpartyfiles= /opt/IBM/cicstg/classes/ctgclient.jar; /opt/IBM/cicstg/classes/ctgserver.jar
Note - The only file that must be modified/customized is build.properties.
ant.Third-Party Installer Build Properties
|