If you must have multiple instances of the CAICCI TCP/IP server in a client-server configuration on a single z/OS system, each requires a unique port number. You can specify the port number in the server started task JCL member using a variable that you override at startup time.
Follow these steps:
//CCITCP EXEC PGM=CAS9PDGM,PARM='PORT=&PORT',…
The &PORT variable assumes a port number when the server starts.
START CCITCP.CCI1,…PORT=4500 START CCITCP.CCI2,…PORT=4501 START CCITCP.CCI3,…PORT=4502
The server instances start, using the specified port numbers.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|