This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

These steps provide the fastest way to download and install the ESB. For more detailed information, see the installation topics in the table of contents.

  1. Ensure that the following are in your environment:
    • JDK 1.6.* or higher is installed
    • JAVA_HOME environment variable is set to <JDK_HOME>. For example, JAVA_HOME=c:\Program Files\java\jdk1.6.0_27.
  2. Go to http://wso2.com/products/enterprise-service-bus/, click Binary, and download the ESB distribution ZIP file.
  3. Extract the ZIP file.
    The path to this folder will be referred to as <PRODUCT_HOME> throughout the documentation.
  4. Edit <PRODUCT_HOME>/repository/conf/log4j.properties and change the log level of log4j.category.org.apache.synapse to DEBUG.
    This will cause the ESB to output debug messages for the actions it is performing, which we can then monitor in the Management Console as described later in the tutorial.

Running the product

You are now ready to start the server and then start the Management Console.

To start the server:

  1. Open a command prompt (or a shell in Linux) and go to the <PRODUCT_HOME>\bin directory.
  2. Start the ESB server by executing wso2server.sh (or wso2server.bat in Windows).

The operation log keeps running until the server starts, which usually takes several seconds. Wait until the server has fully booted up and displays a message similar to "WSO2 Carbon started in n seconds."

To start the Management Console:

  1. Open a web browser and enter this URL: https://localhost:9443/carbon.
    On the ESB Sign-in screen, type admin for the username and admin for the password, and then click Sign-in.

The home page of the management console opens with various menu items listed on the left navigation panel.

You are now ready for Lesson Two: Mediating Messages.

  • No labels