The following sections describe how to run the profiles of WSO2 Enterprise Integrator (WSO2 EI).
Starting the product profiles
Before you begin:
- Download and install the product. The instructions given below assume that you have used the product installer to install your WSO2 EI.
Apply the following changes:
To start each of the profiles in WSO2 EI, do the following:
Open a terminal and execute the relevant command from the list given below. Note that the following commands apply only if you have used the installer to set up your product. Alternatively, you can manually execute the profile startup script to run the product.
Product Profile | Startup command |
---|---|
ESB profile | wso2ei-6.3.0-integrator |
Business Process profile | wso2ei-6.3.0-business-process |
Broker profile | wso2ei-6.3.0-broker |
Micro Integrator profile | wso2ei-6.3.0-micro-integrator |
MSF4J profile | wso2ei-6.3.0-msf4j |
Analytics profile | wso2ei-6.3.0-analytics |
The operation log keeps running until the profile starts, which usually takes several seconds. Wait until the profile fully boots up and displays a message similar to "WSO2 Carbon started in n seconds."
Go to Start Menu -> Programs -> WSO2 -> Enterprise Integrator 6.3.0 <PROFILE_NAME>. This will open a terminal and start the relevant profile.
Alternatively, you can manually execute the profile startup script to start the product:
Stopping the product profiles
To stop a profile, press Ctrl+C in the command window, or click Shutdown/Restart in the navigation pane of the management console.
Running the ESB profile via Tooling
Before you begin, be sure to install both Enterprise Integrator Tooling and the WSO2 EI product.
Follow the steps below to run the WSO2 Enterprise Integrator (EI) server via WSO2 EI Tooling.
- Click the ServersTab in WSO2 EI Tooling, and click the No servers are available. Click this link to create a new server... link.
- Expand the WSO2 drop down and select the preferred version of the product.
- Click Next.
- Click the Browse button of the CARBON_HOME option.
- Browse and select the
<EI_HOME>
directory, which is the parent directory of the product binary distribution. - Click Next in the New WSO2 Enterprise Integrator 6.3.0 Runtime window, and then click Next again in the New WSO2 Carbon 4.4 based Server window.
In the Available section of the Add and Remove window, select any Composite Applications, which you created via WSO2 EI Tooling that you want to upload to WSO2 EI.
If you want to add multiple composite applications at once, select Add All.
- Click Add and then click Finish. You can view the WSO2 EI server added in the Servers tab.
- Right-click the name of the server at localhost and then click Start.
Signing in to the management console
When you start a WSO2 server, the URL of the management console will be printed on the terminal. Copy this URL to your browser and sign in to the management console using admin as both the username and password.
When the management console sign-in page appears, the Web browser typically displays an "insecure connection" message, which requires your confirmation before you can continue.
The management console is based on the HTTPS protocol, which is a combination of HTTP and SSL protocols. This protocol is generally used to encrypt the traffic from the client to server for security reasons. The certificate it works with is used for encryption only and does not prove the server identity. Therefore, when you try to access the management console, a warning of untrusted connection is usually displayed. To continue working with this certificate, some steps should be taken to "accept" the certificate before access to the site is permitted. If you are using the Mozilla Firefox browser, this usually occurs only on the first access to the server, after which the certificate is stored in the browser database and marked as trusted. With other browsers, the insecure connection warning might be displayed every time you access the server.
If you want to make the management console available to external users, your organization should obtain a certificate signed by a well-known certificate authority, which verifies that the server actually has the name it is accessed by and that this server actually belongs to the given organization.
What's next?
- Go to the quick start guide to get started with the product.