Configuring the Run Component

This task explains how to configure the run component.

  1. Edit the CATSevExecService.conf file located in APACHE_PATH/webapps/SEV/WEB-INF/classes.
  2. Define the following parameter:

    Key Value
    dataPath Is the directory containing compiled data for the execution service.

Example

The dataPath used in the following example is an example.

{
  "dataPath": "<HOME_USER>/SEV/execData"
}