Monday, January 16, 2012

Deploying BPEL using ANT Script


In this blog we will assume that we have already changed the url's of the BPEL process to the corresponding url of the server to which we are going to migrate.
Set devprompt.sh
cd <SOA_HOME>/bpel/bin/
sh devprompt.sh

Set env. variables
. setsoaenv.sh
export OC4J_USERNAME=<username>
export OC4J_PASSWORD=<password>

go to the  process which needs to be migrated
cd /home/stage/Migration/
cd bpelProcess/

run Ant script:
ant -f build.xml -Dadmin.password=<password>

No comments:

Post a Comment