Configuring CICS TG to accept ECI requests

This scenario uses a TCP protocol handler to accept ECI requests.

In the CICS® TG configuration file, within the SECTION GATEWAY, define a TCP protocol handler. For example:
SECTION GATEWAY
  protocol@tcp.handler=com.ibm.ctg.server.TCPHandler
  protocol@tcp.parameters=port=2006;
ENDSECTION