Runtime tools : Core components : CHA : Tasks : Cleaning up remote contexts on CHA server initialization
  
Cleaning up remote contexts on CHA server initialization
You can clean up the remote CHA in the CHA server when you initialize the CHA server. To do this, modify the toolkit configuration file, btt.xml, as follows:
Add a field cleanupCHAServer in btt.xml and set the value to true:
<?xml version="1.0"?>
<btt.xml>
<kColl id="cha">
<kColl id="classTable">
<field id="context" value="com.ibm.btt.base.LocalContextCreator"/>
</kColl>
...
<field id="cleanupCHAServer" value="true"/>
</kColl>
</btt.xml>
Note If the initial context tree has already been created when the toolkit read your configuration of setting cleanupCHAServer to true, the toolkit will clean up the CHA server and recreate the initial context tree.
Go up to
Tasks