Skip to content

Manual start and stop

The sedex Client can be started/stopped by running the following commands in the <sedex_home>/bin folder from the command line.

Windows

  • Start the sedex Client:

    <sedex_home>\bin\sedex-client-start.bat

  • Stop the sedex Client:

    <sedex_home>\bin\sedex-client-stop.bat

Windows PowerShell

  • Start the sedex Client:

    <sedex_home>\bin\sedex-client-start.ps1

  • Stop the sedex Client:

    <sedex_home>\bin\sedex-client-stop.ps1

Unix

  • Start the sedex Client:

    <sedex_home>/bin/sedex-client-start.sh

  • Stop the sedex Client:

    <sedex_home>/bin/sedex-client-stop.sh

Nice to know: All the sedex Client’s processes are started and stopped by the sedex Controller process. When starting the sedex Client, the sedex Controller is started which in turn starts the sedex Adapter and optionally the sedex Web Service Proxy.