Specifying a CAS Server as a custom component for record output files

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.

Note: The configuration example below shows the CAS 3.0.x deployment template component name (i.e. the class attribute) rather than the CAS 2.2.x deployment template component.

To specify a CAS Server as a custom component for record output files:

Add custom-component with the following configuration: For example:
<!—
########################################################################
# 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>