WSO2 ESB is built on top of Apache Synapse and has rich features to exploit. In this guide let's start of with downloading and running the WSO2 ESB.
Download the latest WSO2 ESB from http://wso2.com/products/enterprise-service-bus/
Extract the WSO2 ESB into a directory. I'll refer to this directory as ESB_HOME. Navigate in to bin directory and run the WSO2 ESB as follows.
$ ./wso2server.sh in Linux or > wso2server.bat in WindowsYou would see some content in the console and finally the Management console URL.
Open up your favorite browser and point to the link.
http://localhost:9443/carbon
Note : You can only run one WSO2 product in it's default settings. If you are running more than one product at a time, make sure you increment the <Offset> in ESB_HOME/repository/conf/carbon.xml
You may be prompted for a security exception in the browser. Add the security exception. You would then be re-directed to the ESB Management console as shown in the following after login in with default user name and password, which is 'admin'.
No comments:
Post a Comment