Tag: EC2 Wso2 am

使用docker在WSO2 APIpipe理器集群中设置AWS hazelcast集群

我曾尝试使用docker在AWS EC-2环境中部署APIpipe理器集群。 我正在关注WSO2 AWS集群文章。 我正在使用API​​M 2.1.0的集群模式-3 。 我已经使用了一个EC-2实例作为一个主机,每个实例将部署一个容器。 总共有7个EC-2实例用作模式-3中描述的发布者,商店,工作者,pipe理者,密钥pipe理者,stream量pipe理者和分析容器的容器。 我已经启用了hazelcast聚类,并使用“AWS”作为hazelcast聚类scheme。 我已经提供 <parameter name="domain">wso2.pub.store.domain</parameter> <parameter name="accessKey">${aws.client.id}</parameter> <parameter name="secretKey">${aws.client.secret}</parameter> <parameter name="securityGroup">${aws.security.group}</parameter> <parameter name="region">${aws.security.region}</parameter> <parameter name="tagKey">${aws.tag.key}</parameter> <parameter name="tagValue">${aws.tag.value}</parameter> <parameter name="localMemberPort">5701</parameter> 在worker-manager容器和publisher-store容器中的axis2.xml文件中。 (我检查是否按照预期正确应用了值。)以上是我在axis2.xml中完成的唯一更改 我也join了catalina-server.xml的密码。 <!– Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional […]