Specifying Report Application Server locations

The location of the Report Application Server is defined in the Server attribute in the clientSDKOptions.xml file. It can also be set programmatically using the Report Application Server SDK. To set the Server attribute at run time, use the ReportAppSession object's setReportAppServer method.
During the Report Application Server installation, the clientSDKOptions.xml file is created in the SDK Jar files installation directory (see Directories for details). You must modify this file if the Report Application Server you want to connect to is installed on a different computer.
You can specify the location of the clientSDKOptions.xml file either statically, by setting a classpath that points to the file, or dynamically, by specifying the location of this file. If you have multiple Report Application Servers, you can enable load balancing by specifying the location of all the Report Application Servers on the network in the clientSDKOptions.xml file. See Installing the Report Application Server on Windows for details.