The following sections describe how to run WSO2 Enterprise Integrator (WSO2 EI).
...
Info |
---|
|
- Open a command prompt (or a shell in Linux) and go to the
<EI_HOME>\wso2\analytics\bin
directory. - Execute one of the following:
On Linux/Mac OS:
sh wso2server.sh
On Windows:
wso2server.bat
- The operation log keeps running until the Analytics profile starts, which usually takes several seconds. Wait until the Analytics profile fully boots up and displays a message similar to "WSO2 Carbon started in n seconds."
- Open the Analytics Management Console using
https://localhost:9444/carbon
, and log in usingadmin
as the username as well as the password. - Open the Analytics Dashboard using
https://localhost:9444/portal/dashboards
, and log in usingadmin
as the username as well as the password.
- Open the Analytics Management Console using
...