简体   繁体   English

WSO2碳素部署BPS

[英]WSO2 CARBON DEPLOY BPS

I' ve just started to use wso2 developer studio and i have been able to make everything working thanks to this sample ( BankingSample ). 我刚刚开始使用wso2开发人员工作室,并且由于此示例( BankingSample ),我能够使所有工作正常。

Now, i would like to know if is possible, instead of using different servers as AS, DSS, ESB and BPS (like explained in this example), to deploy everything on a single server (WSO2 Carbon for instance)..i' ve already added all server roles like this in Carbon.xml 现在,我想知道是否有可能,而不是像AS,DSS,ESB和BPS那样使用不同的服务器(如本示例中所述),将所有内容都部署在单个服务器上(例如WSO2 Carbon)。已经在Carbon.xml中添加了所有这样的服务器角色

<ServerRoles>
<Role>CarbonServer</Role>
<Role>EnterpriseServiceBus</Role>
<Role>BusinessProcessServer</Role>
<Role>ApplicationServer</Role>
<Role>DataServicesServer</Role>
</ServerRoles> 

but this is not enough, since it' s not working..i think there's something concerning the transports in axis2.xml file, and different IN/OUT transports compared to esb's axis2.xml configuration file. 但这还不够,因为它无法正常工作..我认为与axis2.xml文件中的传输有关的事情以及与esb的axis2.xml配置文件相比不同的IN / OUT传输。

So i tried to mix things up a little bit, copying some of esb's configurations in carbon's one (for example not blocking 8280 port), but it' s still not working Any idea on how to make this correctly working ? 因此,我尝试将一些东西混在一起,将某些esb的配置复制到碳纤维的配置中(例如,不阻塞8280端口),但仍无法正常工作关于如何使其正确工作的任何想法?

You need to install the features of each server. 您需要安装每个服务器的功能。 Please follow this blog [1] 请关注此博客[1]

[1] http://dileepajayakody.blogspot.com/2012/05/how-to-install-features-via-feature.html [1] http://dileepajayakody.blogspot.com/2012/05/how-to-install-features-via-feature.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM