Creating a CHA context on a certain CHA server

Having multiple CHA servers each running on the application servers, the toolkit uses a properties file, CHALocation.properties, in the CHA client side to determine on which CHA server a context should be created.

Here is a sample showing how to define where a CHA context should be created:
branchServer=iiop://<hostname>:2809
In this example, the context branchServer will be created into the CHA server specified by the EJB provider URL iiop://hostname:2809.