Changing deployed application's deployment order via WLST
Hullo
We're a government organization running a number of Java web applications on WebLogic 10.3. In order to properly maintain change control we have a very strict deployment process where applications are migrated between environments using automation (Apache Ant) scripts.
My question is, can the deployment order of a deployed application be modified using WLST? This is something that we need to do rather regularly as one EAR file needs to be started up before all others. The usage of WLST is not required, but is preferred for automation. Other suggestions for automatable processes are welcome as well.
I've been poring over the online WLST documentation but can't find any reference to any way of modifying deployment order other than manually logging into the WebLogic console. With the number of projects we have, this isn't feasible, so any help is appreciated.
We're a government organization running a number of Java web applications on WebLogic 10.3. In order to properly maintain change control we have a very strict deployment process where applications are migrated between environments using automation (Apache Ant) scripts.
My question is, can the deployment order of a deployed application be modified using WLST? This is something that we need to do rather regularly as one EAR file needs to be started up before all others. The usage of WLST is not required, but is preferred for automation. Other suggestions for automatable processes are welcome as well.
I've been poring over the online WLST documentation but can't find any reference to any way of modifying deployment order other than manually logging into the WebLogic console. With the number of projects we have, this isn't feasible, so any help is appreciated.
0