The ra.xml file is in the META-INF subdirectory of the mfcics-notx.rar archive, located by default in %ProgramFiles(x86)%\Micro Focus\Enterprise Developer\bin. Its contents include a list of properties in XML format. You can edit this file to configure your CICS resource adapter by modifying the property values.
<config-property> <config-property-name>ServerHost</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>localhost</config-property-value> </config-property> <config-property> <config-property-name>ServerPort</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>9003</config-property-value> </config-property> <config-property> <config-property-name>Trace</config-property-name> <config-property-type>java.lang.Boolean</config-property-type> <config-property-value>false</config-property-value> </config-property> <config-property> <config-property-name>SecureGUID</config-property-name> <config-property-type>java.lang.Boolean</config-property-type> <config-property-value>false</config-property-value> </config-property> <config-property> <config-property-name>secureConnection</config-property-name> <config-property-type>java.lang.Boolean</config-property-type> <config-property-value>false</config-property-value> </config-property> <config-property> <config-property-name>ReadTimeoutInSeconds</config-property-name> <config-property-type>java.lang.Integer</config-property-type> <config-property-value>0</config-property-value> </config-property> <config-property> <config-property-name>OpenTimeoutInSeconds</config-property-name> <config-property-type>java.lang.Integer</config-property-type> <config-property-value>120</config-property-value> </config-property> <config-property> <config-property-name>EnterpriseServerSocketCloseDueToInactivity</config-property-name> <config-property-type>java.lang.Integer</config-property-type> <config-property-value>72</config-property-value> </config-property>
The following describes each property: