How to differentiate DEV and UAT deployments in same SOA server?
MWshobzNov 20 2012 — edited Nov 25 2012Hi Mavens,
I am having a issue in identifying Oracle SOA 11g system landscape
Background of the issue is this.
DEV OTM and DEV eBS instance communicate using DEV SOA instance on a specific port 8001. Now for UAT they have a UAT OTM Instance, UAT eBS Instance. But they don't have UAT SOA instance, rather they want to leverage DEV SOA instance to connect both UAT OTM and UAT eBS.
Since the DB connections/OTM webservices are different for both DEV and UAT, I need to deploy BPEL process to a different port in that DEV SOA Server. So that all request from/to UAT ebS/OTM instances are routed to UAT port of the soa server(8002) and similarly all request to/from DEV ebs/OTM instance are routed to DEV port of the soa server(8001).
1. Theoretically, a creation of additional Managed Server(by cloning the Soa Managed Server soa_serv1) would help. This would have a different port and hence request/response for UAT instance would be routed via this managed server. The usage of Managed server is predominant in scalability. Is it correct to use for differentiating UAT and DEV instance. Do you forsee issues with this.
2.Is there any other better and full proof way to use the same SOA instance but have both DEV and UAT there.
Thanks,
Shobz