Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you install multiple WSO2 products?

Tags:

wso2

The installation instructions are clear how to download a .zip for an individual product (e.g. ESB, Application Server, Mashup Server). But based on the OSGi component architecture, I thought it would be possible to, for example, add Mashup Server functionality to an existing install of the ESB. I've looked at the Feature Manager, and tried adding a repository (http://dist.wso2.org/p2/carbon/releases/3.2.4/), but have not had success.

Any guidance appreciated.

like image 238
ejakstadt Avatar asked Mar 13 '12 19:03

ejakstadt


2 Answers

It's possible to install different features via the feature manager, but you have to determine the correct version of the feature compliant with the target server. For example, to install BPEL features to WSO2 ESB 4.0.2, first find the related WSO2 Carbon platform version. This can be determined by the version of $ESB-HOME/repository/components/plugins/org.wso2.carbon.core-x.x.x.jar. So if WSO2 ESB 4.0.2 is the target server, then the version of org.wso2.carbon.core jar would be 3.2.2. So the relevant BPEL feature version is 3.2.2.

You can read more about Installing+Features and How install the BPEL features via Feature Manager.

like image 64
keheliya Avatar answered Nov 10 '22 06:11

keheliya


Please refer to WSO2 release matrix [1] in order to match the correct version By looking at it, you can easily find the Carbon version of any product version.

For example ESB 4.0.2 has the carbon version 3.2.2

[1] http://wso2.com/products/carbon/release-matrix/

like image 41
Udara S.S Liyanage Avatar answered Nov 10 '22 07:11

Udara S.S Liyanage