Reputation: 11
How to Undeploy selected SOA composite applications from the SOA_server.
I have 70 application deployed on soa_server, few of them are important for future reference. I need help if we can undeploy the selected soa composite application from soa_server.
I have found a command using WLST on oracle site, if anyone can help on undeploying selected soa composite application in one go from soa_server1.
Thanks in advance
Upvotes: 1
Views: 1629
Reputation: 3347
The use case you describe is suited to the use of SOA-Infra Partitions. Using partitions you can undeploy, retire, shutdown and startup all composites deployed to a partition as a group. To create a partition, in the EM FMC, go to soa-infra, then select Manage Partitions from the drop-down menu. Deploy the desired composites to this partition and then you can control them all at once. This is how to manage a logical group of composites in "one go." Without the partition solution, you will need to script-undeploy each composite separately. These docs provide specific instructions.
Upvotes: 1