Problem:
You want to specify the folder where your dashboards are stored so that this will be read by default on Web Dashboard startup.
Possible solution(s):
You can specify the dashboard loading folder by editing the config.xml file.
To include the path of the dashboard, go to <Webserver_directory>/config and edit the config file. Below is a code snippet of how to include the dashboard location:
<dashboards> <dashboard name="Dashboard_A2" path="/home/gelo/etc/support_dashboard.adb"/> <dashboard name="Dashboard_B1" path="/home/gelo/etc/test.adb"/> <dashboard name="Dashboard_B2" path="Dashboard_B2.adb"/> <dashboard name="Dashboard_A1" path="Dashboard_A1.adb"> <!-- Optional (Default: Inherits from </dashboardDefaults>)--> <!-- time & rate should be in seconds --> <!-- <tileSize> <width>100</width> <height>100</height> </tileSize> --> <!-- Optional (Default: Inherits from </dashboardDefaults>)--> <!-- <tileCacheSize>2</tileCacheSize> --> </dashboard> </dashboards>
The <dashboard name="Dashboard_A2" path="/home/gelo/etc/support_dashboard.adb"/> is the section you need to edit in order to tell the webserver the location of the dashboard files (.adb files).
If you need further help:
- Please contact our support team via the chat service box on any of our websites or raise a support request.
- Make sure you provide us with:
- Background of the issue or request.
- Use cases, requirements, business impact, etc.
- Encountered error messages.
- Log files or diagnostic files.
- Screenshots.
- And other important information relevant to your inquiry.
Comments
0 comments
Please sign in to leave a comment.