Intertest for VS Code Using the RESTAPI
search cancel

Intertest for VS Code Using the RESTAPI

book

Article ID: 273762

calendar_today

Updated On:

Products

InterTest - CICS

Issue/Introduction

Having configured intertest using VScode extensions. 

Setup one started task ( like TOMCAT server ) on the mainframe and connected to VSCode using TCPIP(sockets)  and configured to use one CICS region.

Can this configuration be extended for other CICS regions?

Is there a need to have multiple TCPIP PORTS to support this? 

 

 

Environment

Release : 11.0

Resolution

One Tomcat instance (started task) can service multiple CICS regions.

As for the TCPIP ports, the CICS regions do not need to listen on any specific TCPIP port.

Rather, they just need to be able to make outgoing connections in order to connect to the Tomcat instance.

Therefore the setup done for the first CICS region can be replicated to other CICS regions.