If you are using a Web server for load balancing, you must configure the Web server with the correct URIs for your application. See the list of URIs below:
The following URIs must be configured for load balancing:
/<solution.context.root>=loadbalancer
/<solution.context.root>/*=loadbalancer
/<solution.context.root>kernel=loadbalancer
/<solution.context.root>kernel/*=loadbalancer
/<solution.context.root>event=loadbalancer
/<solution.context.root>event/*=loadbalancer
/<solution.context.rootadminconsole>=loadbalancer
/<solution.context.rootadminconsole>/*=loadbalancer
Tip:
<solution.context.root> is the value for the
solution.context.root property in the product-specific properties file.
For example:
/infogixassure=loadbalancer
In addition, Assure DQ requires the following URIs:
/<solution.context.root.api>casapi=loadbalancer
/<solution.context.root.api>casapi/*=loadbalancer
Tip:
<solution.context.root.casapi> is the value for the
solution.context.root.casapi property in the
IA.properties file. For example:
assureTestcasapi=loadbalancer