- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 184字
- 2021-07-08 10:05:53
Starting/stopping WSO2 EI Broker
The procedure to start this component is quite similar to the WSO2 IE one; we just need to follow these steps:
- From Command Prompt (Windows) or shell (Linux), go to the <EI_HOME>/wso2/ broker/bin directory.
- Type the following command:
- On Linux or macOS: sh.wso2server.sh
- On Windows: wso2server.bat
- 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 a URL to access the WSO2 EI console in a message, as illustrated:
Mgt Console URL : https://<EI HOST>:9446/carbon/
The same considerations for accessing WOS2 EI Management Console are valid here, so we will browse to https://localhost:9446/carbon. Take a look at the following screenshot:


WSO2 EI Broker Home
WSO2 EI Broker can be shut down/restarted using the console. We can find this option in the Main tab by clicking on the Shutdown/Restart option. We also can shut down the product this way:
- On Windows: Using CTRL+C in the command window
- On Linux/macOS: Using sh wso2server.sh stop from the <EI_HOME>/wso2/ broker/bin directory
推薦閱讀
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Cassandra Data Modeling and Analysis
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- RISC-V體系結構編程與實踐(第2版)
- Jenkins Continuous Integration Cookbook(Second Edition)
- Cybersecurity Attacks:Red Team Strategies
- Mastering Unity 2D Game Development(Second Edition)
- C++20高級編程
- 軟件供應鏈安全:源代碼缺陷實例剖析
- C# Multithreaded and Parallel Programming
- Bootstrap for Rails
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- NGUI for Unity
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- 系統分析師UML用例實戰