Remote Deployment from another machine
Hi - I have 3 machines. machine A,B is weblogic with Admin server on Machine A. Machine C is just weblogic server install. there is no common storage between machine A,B and CI want to checkout the code from SVN , create exploded war file on Machine C and deploy to JVM1 and JVM2 which runs across Machine A,B ( JVM1 and JVM2 reside on different machine are in same domain , But they are not in weblogic cluster)
My script works fine locally deploys correct when I run it on machine A. But when I run the same script on Machine C it is picking the machine A local file and deploying into the JVM1 and JVM2.
0