Oracle Weblogic Server (MOSC)

MOSC Banner

how to automate multiple apps & adf shared library deployment?

I'm writing python scripts for the enterprise application & adf shared library deployment in weblogic.

I'm able to deploy the EAR files stored in a folder. using below logic:

  1. select the folder where updated Apps are present.
  2. Select each file in the path & extract the name of the application(appName=myApp, where myApp is extracted from myApp.ear)
  3. find the app name in AppDeployments() using wlst & cd to the cd('AppDeployments/myApp')
  4. fetch the target where the mApp is deployed, cmo.getTargets() method.
  5. stopApplication() -> undeploy() -> deploy(appName, newAppPath, targetServer) -> startApplication()

With this i'm able to deploy my updated EAR to the weblogic. But have issue in following same for the ADF shared library deployment.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center