Fork me on GitHub

Component Configuration File

The Component Configuration File is used to configure the components defined in the Role Configuration File. It is seperated into sections where the shorthand of the component is used.

Example

          

<componentConfig>
  <SystemPropertyService>
    <property name="FOO">BAR</property>
  </SystemPropertyService>
</componentConfig>