4.1.3.2 Configure WatchList Management UI to Support Multiple Batches

WatchList Management UI supports both Single Batch and Multiple Batch Mode.

To configure running ingestion in parallel for multiple batches, follow these steps (one time activity).
  1. Navigate to folder $FIC_HOME/ficweb/webroot/WEB-INF/classes
  2. Edit the WLM.properties file.
    Default entry in file "WLM.properties" should follow the convention below:
    # Configure the BatchMode-Allowed values are Y for Single Batch and N for Multiple Batch
    Mode. Default Value is Y
    SingleBatch=Y
    For supporting multiple batches this needs to be set to 'N' SingleBatch=N
  3. Once configured, regenerate the war and deploy the war file.