- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 171字
- 2021-07-08 10:05:52
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
推薦閱讀
- Getting Started with Gulp(Second Edition)
- Oracle從新手到高手
- Learning ArcGIS Pro 2
- JAVA程序設計實驗教程
- 精通MATLAB(第3版)
- Webpack實戰:入門、進階與調優
- Raspberry Pi Robotic Blueprints
- Python Interviews
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- 現代CPU性能分析與優化
- Python編程基礎教程
- Android智能手機APP界面設計實戰教程
- Using Yocto Project with BeagleBone Black
- Mobile Test Automation with Appium
- Visual C++ 開發從入門到精通