CentraSite 10.7 | CentraSite User’s Guide | Runtime Governance | Introduction to Runtime Governance | Runtime Governance Deployment Architecture | Enabling CentraSite Run-Time Aspects
 
Enabling CentraSite Run-Time Aspects
You cannot configure the run-time policies for an API from CentraSite by default; and the run-time policies must be configured from the gateway where the APIs are published. However, you can enable the CentraSite run-time policies by modifying the centrasite.xml file.
The RuntimeComponentSetting setting in the centrasite.xml file is used to determine if the run-time aspects configured from CentraSite must be enabled or not. The value of this setting is false by default to use CentraSite as a pure design-time application. You can set it's value to true to use CentraSite as a design-time as well as a run-time application.
Note:
When you migrate 10.4 from a lower version, the run-time aspects are automatically enabled. You can disable them from the centrasite.xml. For steps to disable, see Disabling CentraSite Run-Time Aspects.
*To enable the run-time policies configured from CentraSite
1. Open the customization file, centrasite.xml, in a rich text editor.
You can find the centrasite.xml file located in the directory CentraSiteInstall_Directory\cast\cswebapps\BusinessUI\custom\conf.
2. Locate the RuntimeComponentSetting setting in the file and set its value to true.
3. Save and close the file.
The run-time policies can now be configured from CentraSite.