I would like to develop updater app. Lets say I've got: - Running weblogic 10.3.5 - Running Updater App on the weblogic 10.3.5 - Running old version of the app on the same weblogic 10.3.5
I would like to - Stop old app - Undeploy old app - Deploy new version of app (lets assume that I've got new app war file somewere in Updater app resourcess.
Is it possible to do such remote deployment on weblogic 10.3.5 from another app at all?