tadep.html
Deploying an EJB CICS application
To run an EJB application in a test or production region you need to:
- Install CICS components into CICS TS for z/OS
- Install Web components into WebSphere Application Server
Different methods and application servers can be used according to the specific purpose of the installation.
Install CICS TS components of the EJB CICS Sample Application
The process of deploying enterprise beans for CICS has these phases:
- Deploy the JAR file containing the beans for CICS Transaction Server
- Install the JAR file and related resources into the CICS environment
There are three methods for deploying an EJB application for CICS:
- CICS JAR development tool plus generic file transfer
- CICS Development Deployment Tool
- CICS Production deployment Tool
Each of these methods covers the two phases of deployment in different ways.
Install Web components of the EJB CICS Sample Application
Installing the Web components of the EJB CICS Sample Application involves:
- Define web application to WebSphere Application Server
- Install the Web Application files
- Confirm that WAS installation is correct
These tasks are described for WebSphere Application Server for z/OS