
上QQ阅读APP看书,第一时间看更新
Starting/stopping WSO2 Enterprise Integrator
To start WSO2 EI, we have to follow these steps:
- Open a console and go to the <WSO2EI_HOME>\bin directory.
- Type the following command:
- On Linux or macOS: sh integrator.sh
- On Windows: integrator.bat --run
- You will see a log that the boot up is generating. The server will start up when you see a message log as shown:
WSO2 Carbon started in X sec
- We will also see the URL to access the WSO2 EI console in a message as follows:
Mgt Console URL : https://<EI HOST>:<PORT>/carbon/ Where <PORT> is: 8243 for WSO2 EI version 6.0.0 9443 for WSO2 EI version 6.1.0 o higher
This port number will not change depending on the version for the rest of the components provided with WSO2 EI.
We will see, similar to the following screenshot, that the server is up:




Shutdown and restart from Management Console
We also can shut down the product this way:
- On Windows: Using Ctrl+C in the command window
- On Linux/macOS: Using sh integrator.sh stop from the <EI_HOME>/bin/ directory