Configuring Content Studio

To make Content Studio display the dashboard file you have created you need to add the following setting to configuration-root/com/escenic/webstart/StudioConfig.properties in one of your configuration layers:

property.com.escenic.studio.dashboard.uri=dashboard-uri

where dashboard-uri is the URI of your dashboard file. If, for example, you deployed your dashboard page to http://content-engine-domain/webservice-extensions/dashboard/index.html, then you would need to specify:

property.com.escenic.studio.dashboard.uri=/webservice-extensions/dashboard/index.html