Running the Streaming Integrator Runtime

Follow the steps given below to run the WSO2 Streaming Integrator (SI) runtime.

Before you begin

Download and install the Streaming Integrator runtime.

Starting the SI server

Follow the steps given below to start the Streaming Integrator server.

  1. Open a command prompt as explained below.

    On Linux/macOS Establish an SSH connection to the server, log on to the text Linux console, or open a terminal window.
    On Windows Click Start >Run, type cmd at the prompt, and then press Enter.

  2. Navigate to the <SI_HOME>/bin folder from your command line.

  3. Execute one of the commands given below.

    • To start the server:

      sh server.sh
      server.bat
    • To start the server in background mode:

      sh server.sh start
      server.bat --start

By default, the HTTP listener port is 8290 and the default HTTPS listener port is 8253.

Stopping the SI server

  • To stop the Streaming Integrator standalone application, go to the terminal and press Ctrl+C.
  • To stop the Streaming Integrator in background mode:

    sh server.sh stop
    server.bat --stop

See Also

Top