How do you install multiple WSO2 products?

后端 未结 2 666
抹茶落季
抹茶落季 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.

提交回复
热议问题