Skip to content

Java™ servlet illustrating how to call a CICS® program from WebSphere Liberty using the cicseci JCA resource adapter

License

Notifications You must be signed in to change notification settings

cicsdev/cicstg-jca-liberty-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CICS Transaction Gateway Liberty JCA ECI sample code

Pre-reqs

  • CICS Transaction Gateway v8.1 or later
  • WebSphere Liberty 8.5.5 FP3 or later with the jca-1.6 feature installed or
  • Eclipse with WebSphere Development Tools installed

Configuration

The supplied server.xml file shows the required configuration paramters for adding the ECI resource adapter, creating a connection factory and adding the classes supplied with the resource adapter to the classpath of the application. This file can be used as-is or the configuration options can be copied into an existing server configuration.

Compiling the sample

The sample servlet code can be added to a Web Project. To correct any compilation errors the cicsjee.jar library supplied by CICS TG should be added to the build path.

Reference

  • More information about working with CICS TG resource adapters in WebSphere Liberty can be found here

About

Java™ servlet illustrating how to call a CICS® program from WebSphere Liberty using the cicseci JCA resource adapter

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%