Running the Micro Integrator Runtime

Follow the steps given below to run the WSO2 Micro Integrator (MI) runtime.

Before you begin

Download and install the Micro Integrator.

Starting the MI server

Follow the steps given below to start the 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 <MI_HOME>/bin folder from your command line.

  3. Execute one of the commands given below.

    • To start the server:

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

      sh micro-integrator.sh start
      micro-integrator.bat --start

Stopping the MI server

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

    sh micro-integrator.sh stop
    micro-integrator.bat --stop

See Also

Top