How do you install multiple WSO2 products?

后端 未结 2 665
抹茶落季
抹茶落季 2020-12-17 21:49

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 archi

相关标签:
2条回答
  • 2020-12-17 22:21

    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.

    0 讨论(0)
  • 2020-12-17 22:30

    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/

    0 讨论(0)
提交回复
热议问题