Redeploying all application libraries to a managed server
tsembaJul 22 2008 — edited Jul 29 2008I have a vanilla installation of WebLogic 10.2 portal on HP-UX 11i v2.
Application libraries (Domain Structure -> Deployments -> [Control] tab) have around 137 application libraries deployed to the "AdminServer" as a target by default.
Now I created a managed server and I want to target all the 137 application libraries to the newly created managed server so I can use the portal features.
How can I do that programattically or using the WLST, I'm trying to avoid accessing all 137 libraries (from the /console) one by one to add the newly created managed server to the list of targets (and actually have the libraries distributed to the managed server)?
I'm simplifying my situation above, as my real situtation is that the managed server is remote managed server and is part of a cluster.
Any hints are appreciated.