listSystem.properties ファイル

listSystem.properties ファイルの内容について説明します。このファイルには、サーバーのリストおよびプロパティのリストが含まれています。

listSystem.properties ファイルは、mfccl.jar ファイル内の com.ibmctg.client パッケージの一部です。その内容は、次の形式で指定されたサーバーのリストで構成されています。

serverName=url

プロパティのリストは次のようになります。

Default=http://127.0.0.1:9003
# Default target Enterprise Server local region

ECINOCTG=http://127.0.0.1:9004
# Another target Enterprise Server local region

ECINOCTG_Remote=http://192.168.1.10:9003
# Yet another target Enterprise Server remote region

debug=false
#flag to indicate debug information to be emitted. 
#Possible values are true or false 

javaCommAreaEBCDIC=false
#flag to indicate what the comm area encoding on the java side is. 
#Possible values are true i.e. EBCDIC or false i.e. ASCII 

cicsCommAreaEBCDIC=true
#flag to indicate what the comm area encoding on the COBOL CICS side is. 
# Possible values are true i.e. EBCDIC or false i.e. ASCII 

javaContainerEBCDIC=false
#flag to indicate what the Channel/Container encoding on the java side is. 
# Possible values are true i.e. EBCDIC or false i.e. ASCII 

cicsContainerEBCDIC=true
#flag to indicate what the Channel/Container encoding on the COBOL CICS side is.
# Possible values are true i.e. EBCDIC or false i.e. ASCII 

commAreaAndChannelLogging=false
#channel and comm area HEXA logging.
#Possible values are true or false 

socketReadTimeout=60
#Socket will timeout after 60 seconds 

socketOpenTimeout=60
#socket will timeout if it cannot connect in 60 seconds

このファイルを編集して、別のサーバーやプロパティを指定できます。

mfccl.jar 内のファイルよりも優先される、外部の listSystem.properties ファイルを使用することもできます。その場合は、Java を起動する際にその場所を指定します。

-DmfListSystemLocation=anyDirectory\listSystem.properties