Link to home
Start Free TrialLog in
Avatar of enthuguy
enthuguyFlag for Australia

asked on

how to check weblogic application stop/start status in python

Hi Experts,
how to check weblogic application stop/start status in python

I use
stopApplication(myApp,timeout=1200000)
progress=startApplication(myApp,timeout=1200000)

how to check the stop/start status till it comes to desired state.
e.g if it is stopping, then wait for it to completely stop and same for while starting.

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

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