Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 Download 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.

...

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

...