The following sections describe how to run WSO2 Enterprise Integrator (WSO2 EI).
...
Starting the Integration profile
Info |
---|
|
- Open a command prompt (or a shell in Linux) and go to the
<EI_HOME>\bin
directory. - Execute one of the following commands:
- To start the Integration profile in a typical environment:
- On Windows:
integrator.bat --run
On Linux/Mac OS:
sh integrator.sh
- On Windows:
To start the Integration profile in the background mode of Linux:
sh integrator.sh start
To stop the Integration profile running in this mode:sh integrator.sh stop
To provide access to the production environment without allowing any user group (including admin) to log in to the Management Console:
- On Windows:
integrator.bat --run -DworkerNode
- On Linux/Mac OS:
sh integrator.sh -DworkerNode
- On Windows:
- To check for additional options you can use with the startup commands, type
-help
after the command, such as:
sh integrator.sh -help
. - The operation log keeps running until the Integration profile starts, which usually takes several seconds. Wait until the Integration profile fully boots up and displays a message similar to "WSO2 Carbon started in n seconds."
- Open the Integration Management Console using
https://localhost:9443/carbon
, and log in using admin as the username as well as the password.
- Open the Integration Management Console using
...
Info |
---|
|
...