I am currently using a script to deploy applications to weblogic and it works fine for war's on the AdminServicer
java -classpath $webLogicJarLocation weblogic.Deployer -username $username -password $password -name $OldAppName -undeploy
It may be this is not possible but I would Imagine it is. currently I keep getting No application named 'HelloBPELProject' exists for operation undeploy
I have tried setting the -targets
flag as shown below but with no luck
java -classpath $webLogicJarLocation weblogic.Deployer -username $username-password $password -name HelloBPELProject -undeploy -targets soa_server1
Any help or advice would be greatly appreciated