You can run the pipeline through Forge using the EAC Admin Console page, a control script, or the command line.
After you add your content record adapter or your Java manipulator and do any additional requisite pipeline editing, it is time to run the pipeline through Forge.
Note
See the Oracle Endeca Application Controller Guide for information on the EAC.
To do this:
Run the pipeline using either of the following methods:
In the Endeca Application Controller (EAC) environment, start the Forge component in Endeca Workbench, using the EAC Admin Console page.
Run the CADK pipeline in Forge with a command line similar to the following examples:
Windows
%ENDECA_ROOT%\bin\forge -vw --javaClasspath %ENDECA_ROOT%\cadk\reference\sample_cadk_data\ adapters\MBoxAdapter.jar --javaHome C:\jdk1.7.0_05 Pipeline.epx
UNIX
$ENDECA_ROOT/bin/forge -vw --javaClasspath $ENDECA_ROOT/cadk/reference/sample_cadk_data/ adapters/MBoxAdapter.jar --javaHome /usr/local/jdk1.7.0_05 Pipeline.epx
Upon successful completion, Forge produces binary output to the location specified in the pipeline’s output record adapter.