We can front WSO2 services by WSO2 ELB. If we have this kind of deployment all requests to services should route through WSO2 ELB. Some scenarios we might need to invoke admin services deployed in servers through ELB. If you send request to some of back end servers admin service load balancer will try to find that service it self. To avoid that we need to define different service path. So admin services in ELB can access through defined service path and other services will not mix up with it.
For this Then we can change ELB's service context to /elbservices/. Edit servicePath property in axis2.xml as follows.
For this Then we can change ELB's service context to /elbservices/. Edit servicePath property in axis2.xml as follows.
<parameter name="servicePath">elbservices</parameter>
No comments:
Post a Comment