- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 191字
- 2021-07-08 10:05:53
Starting/stopping WSO2 EI Analytics
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/analytics/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 illustrated:
WSO2 Carbon started in X sec
- We will also see a URL to access the WSO2 EI console in a message, as follows:
Mgt Console URL : https://<EI HOST>:port/carbon/
The same considerations for accessing WOS2 EI Management Console are valid here. The port, in this case, is offset by 1, so we will browse to https://localhost:9444/carbon. Take a look at the following screenshot:


WSO2 EI Analytics Home
WSO2 EI Analytics can be shut down/restarted using the console. We find these options 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 shwso2server.sh stop from the <EI_HOME>/wso2/analytics/bin directory
推薦閱讀
- C++面向對象程序設計(第三版)
- C++程序設計(第3版)
- 機器學習系統:設計和實現
- Practical UX Design
- 深入淺出WPF
- C++ 從入門到項目實踐(超值版)
- MongoDB,Express,Angular,and Node.js Fundamentals
- The Professional ScrumMaster’s Handbook
- 細說Python編程:從入門到科學計算
- Application Development with Parse using iOS SDK
- C語言程序設計實踐
- Java EE架構設計與開發實踐
- Spring Boot從入門到實戰
- Flask開發Web搜索引擎入門與實戰
- MySQL核心技術與最佳實踐