The custom-component section defines the configuration properties of a specific CAS Server. This topic describes the configuration properties for a CAS crawl that writes output to a record output file.
To specify a CAS Server as a custom component for record output files:
<!—
########################################################################
# Content Acquisition System Server
#
-->
<custom-component id="CAS" host-id="CASHost" class="com.endeca.eac.toolkit.component.cas.ContentAcquisitionServerComponent">
<properties>
<property name="casHost" value="WEB009.mycompany.com" />
<property name="casPort" value="8500" />
<property name="casCrawlFullOutputDestDir"
value="./data/complete_cas_crawl_output/full" />
<property name="casCrawlIncrementalOutputDestDir"
value="./data/complete_cas_crawl_output/incremental" />
<property name="casCrawlOutputDestHost" value="CASHost" />
</properties>
< /custom-component>