Monday, October 5, 2009

Deployment

Deploying to multiple Environments


You can deploy to multiple environments as follows.

1. Browse to the following location for ant-orabpel.properties file in your local server.
D:\OracleSOA\bpel\utilities

2. Make copies of the ant-orabpel.properties file.

For example if you have three environments name the properties files as
Dev-ant-orabpel.properties (Specify the dev details)
QA-ant-orabpel.properties (Specify QA details)
Prod-ant-orabpel.properties ( Specify Prod details)

3. Make the changes according to your environments for the properties file.

Attached is the sample properties file. Make the changes that are marked yellow.
Once changes are done restart your local server.

4. Now you can deploy the process using ant command in developer prompt.
for example if you want to deploy to dev , rename dev-ant-orabpel.properties as ant-orabpel.properties.

if you want to deploy to QA, rename QA-ant-orabel.properties as ant-orabpel.properties.

No comments: