In a default configuration, applications are run or served from the same system as that where the run-time system is installed. However, to run in a distributed environment, you can configure published tasks in MCS to access registered run-time servers on different systems, providing task failover protection and optional load balancing.
If any of the following conditions are present, all client access to the run-time servers is handled through the IMSClientConfig.xml file:
ims_client.properties
.![]() |
Within a given client VM some resources may obtain configuration information from the IMSClientConfig.xml file, while others may obtain configuration information from MCS. Information for a single task ID is not gathered from both MCS and the IMSClientConfig.xml file. |
IMSClientConfig.xml
is created automatically the first time a task is run on a remote or client system. When an application that exercises a task is first run, the system checks for the file, and, if it doesn't exist, creates it using the following default values:
<Configurations> <Configuration Name = "<task_id_name>" > <Property Name = "serverAddress" Value = "localhost" /> </Configuration> </Configurations>
where
<Property Name = "serverAddress" Value = "localhost:8086"/>
The IMSClientConfig.xml
file is located in the cfg
directory, either in the location you specified as a system property (attachmate.home)
or in the Java-provided location, user.home
. On a Windows system, this is Documents and Settings/user login.
To specify a custom directory for the IMSClientConfig.xml file |
---|
|
You can either create the IMSClientConfig.xml file from the beginning, or run the task once (it will likely fail) to create the basic structure, which you can then modify.
To configure a task with the client configuration file | ||||
---|---|---|---|---|
|
![]() |
|
![]() |
Configuring Your Run-time Environment |
![]() |
Associating Tasks with Run-time Servers |
![]() |
Running Tasks on Run-time Servers |
![]() |
Configuring Task Failover and Load Balancing |
![]() |