Stopping the File JSON Adapter

To stop the File JSON adapter from the command line, execute the stop command.

Operating System Step
UNIX Open a terminal window and enter:

For the File JSON Input adapter: cd $ESP_HOME/adapters/framework/instances/file_json_input

For the File JSON Output adapter: cd $ESP_HOME/adapters/framework/instances/file_json_output

./stop_adapter.sh <adapter configuration file name>

Windows Open a command window and enter:

For the File JSON Input adapter: cd %ESP_HOME%/adapters/framework/instances/file_json_input

For the File JSON Output adapter: cd %ESP_HOME%/adapters/framework/instances/file_json_output

stop_adapter.bat <adapter configuration file name>