The devStudioConfigDir attribute in the ConfigManager custom component specifies the Forge pipeline to run. By default, the Deployment Template checks the [appdir]/config/pipeline for the Forge pipeline to run. This includes baseline updates and partial updates. It is simplest to put your pipeline files in this directory.
You specify the Forge pipeline that you configured to read from one or more Record Store instances. (For details about creating a Forge pipeline, see the Oracle Endeca CAS Developer's Guide.)
To specify a Forge pipeline to run in AppConfig.xml:
<custom-component id="ConfigManager" host-id="ITLHost"
class="com.Endeca.soleng.eac.toolkit.component.ConfigManagerComponent">
<properties>
...
</properties>
<directories>
<directory
name="devStudioConfigDir">./config/pipeline
</directory>
...
</directories>