Wednesday, July 31, 2013

How to deploy/undeploy/redeploy ADF application to respective environment using ANT Script

This post explains about deploy/undeploy/redeploying ADF applications to respective environment weblogic application server using ANT script

ANT script make life easy to deploy various web applications to different environment with minimal changes. Follow below steps to deploy any web application.

Step1 : Generate EAR(Enterprise Archive) file for your application and place at specific location in unix box.

Step2 : Create build.xml as shown below
Step3 : Modify the below build.xml with respect to environment specific
         username, password, hostname,port, admin server name, target,source location

Step3 : Issue below command where your build.xml available
/opt/oraaip/oltd72/oracle/middleware/modules/org.apache.ant_1.7.1/bin/ant -file build.xml undeploy deploy





No comments:

Post a Comment