- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 188字
- 2021-07-08 10:05:53
Starting/stopping WSO2 EI Business Process
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/ business-process/bin directory.
- Type the following command:
- On Linux or macOS: sh.ws02server.sh
- On Windows: ws02server.bat
- You will see a log that the boot up is generating. The server will be started when you see a message log as follows:
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>:9445/carbon/
The same considerations as for accessing WOS2 EI Management Console are valid here, so we will browse to https://localhost:9445/carbon. Take a look at the following screenshot:


WSO2 EI Business Process Home
WSO2 EI Business Process 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 can also 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/ business-process/bin directory
推薦閱讀
- WildFly:New Features
- C語言程序設(shè)計(第3版)
- Developing Middleware in Java EE 8
- 算法精粹:經(jīng)典計算機科學(xué)問題的Python實現(xiàn)
- 零基礎(chǔ)學(xué)Java程序設(shè)計
- MySQL數(shù)據(jù)庫管理與開發(fā)實踐教程 (清華電腦學(xué)堂)
- Python機器學(xué)習(xí)算法與實戰(zhàn)
- 深入淺出Serverless:技術(shù)原理與應(yīng)用實踐
- Go并發(fā)編程實戰(zhàn)
- Python編程:從入門到實踐
- Getting Started with Laravel 4
- Beginning C++ Game Programming
- Visual Basic程序設(shè)計基礎(chǔ)
- Java程序設(shè)計實用教程(第2版)
- Mastering OpenStack