Changing application default values
Default URLs and folder paths in an iHub server are set in the BIRTConstants.m file of the Xcode project. You can build the application for use with your own iHub server by changing the URL values in this file. You can also change the file path location of BIRT resources used in the application in this file.
The following NSStrings are contained in this file:
*REST_API_URL, you can change this value using the following URL format:
http://<iHub server name>:5000/ihub/v1/
*IHUB_SERVER_URL, you can change this value using the following URL format:
http://<iHub server name>:8700/
*REPORT_FOLDER, the file path where BIRT reports are located:
/Home/administrator
*DATA_OBJECT_FOLDER, the file path where BIRT data objects are located:
/Resources/Data Objects