Link to home
Start Free TrialLog in
Avatar of Jayamurugan83
Jayamurugan83

asked on

Python script to deploy files in weblogic

Hi,
        I am trying to write a python script to handle deployment in weblogic. We are migrating applications from Jboss to Weblogic. It looks like we need to deploy files through WLST to deploy files using python scripts. When we use WLST we have to connect with admin server to deploy files in the managed server. We are planning to deploy files only on managed servers. Is it possible to deploy files in managed server when admin server is unreachable? Could any one help me to write this script in python?

Thanks.
Avatar of Jayamurugan83
Jayamurugan83

ASKER

I am adding this question to weblogic zone.
Hi,

you need the admin server to deploy your application.
Target it only on managed servers.

Emmanuel
Some one have any python script to deploy files in managed servers?
Avatar of girionis
There is the WebLogic Scripting Tool that allows you to do this kind of things, have a look here: http://edocs.bea.com/wls/docs90/config_scripting/using_WLST.html
ASKER CERTIFIED SOLUTION
Avatar of ctoan
ctoan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial