Setting an Advanced Configuration Snippet for a Runtime Component

  1. Select a runtime component.
  2. Click the Configuration tab.
  3. In the Search box, type Advanced Configuration Snippet.
  4. Choose a property that contains the string Advanced Configuration Snippet (Safety Valve).
  5. Specify the snippet properties. If the snippet is an XML file, you have the option to use a snippet editor (the default) or an XML text field:
    • Snippet editor

      Click to add a property. Enter the property name, value, and optional description. To indicate that the property value cannot be overridden by another , select the Final checkbox.

    • XML text field - Enter the property name, value, and optional description in as XML elements.
      <property>
        <name>name</name>
        <value>property_value</value>
        <final>final_value</final>
      </property>
      To indicate that the property value cannot be overridden, specify <final>true</final>.

    To switch between the editor and text field, click the View Editor and View XML links at the top right of the snippet row.

  6. Enter a Reason for change, and then click Save Changes to commit the changes.
  7. Restart the service or role or redeploy client configurations as indicated.