- 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
推薦閱讀
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(第三版)
- Android Studio Essentials
- Twilio Best Practices
- FreeSWITCH 1.6 Cookbook
- 營(yíng)銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測(cè)分析的建模技術(shù)
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- C程序設(shè)計(jì)案例教程
- Multithreading in C# 5.0 Cookbook
- SSM開發(fā)實(shí)戰(zhàn)教程(Spring+Spring MVC+MyBatis)
- Visual Basic 6.0程序設(shè)計(jì)實(shí)驗(yàn)教程
- Python計(jì)算機(jī)視覺和自然語言處理
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Java程序設(shè)計(jì)教程
- Secret Recipes of the Python Ninja
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫