Configuring BIRT Analytics REST API
BIRT Analytics REST API reads configuration parameters from the file configuration.xml. On a Windows system, the location of configuration.xml is:
<BIRTAnalytics Installation folder>\restAPI\WEB-INF\settings
On a Linux system, the location of configuration.xml is:
<BIRTAnalytics Installation folder>/restAPI/WEB-INF/settings
Each parameter is an XML element in the <configuration> element. The value of the parameter is the element value.
Listing 2‑8 shows the configuration settings in the configuration.xml file for BIRT Analytics REST API.
Listing 2‑8 BIRT Analytics REST APIconfiguration settings
<configuration>
<electronurl>http://localhost:8110/electronws</electronurl>
 
<bootstrap>http://localhost:8110/restapi/rest</bootstrap>
</configuration>