Dashboards allow you to specify frames that contain web pages loaded from custom URLs specified when designing the dashboard. These URLs can even include parameters from input controls. If the URL takes too long to load, JasperReports Server will display an error message instead of the content.
If you expect the custom URL to take longer than 10 seconds, you can change the default timeout as follows:
Configuring the Dashboard URL Loading Timeout | ||
Configuration File | ||
.../scripts/dashboard.designer.js | ||
Property | Description | |
CUSTOM_URL_IFRAME_TIMEOUT | Time in milliseconds that the server will allow a custom URL to load in a dashboard before displaying an error. The setting takes effect immediately when the file is saved, there is no need to restart the server. |
Recommended Comments
There are no comments to display.