Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3

Deploying a BPEL process

Follow the instructions below to deploy a business process.

...

Info
titleNote

Instead of using the management console, you can deploy a BPEL process manually by copying the zipped file to the $PRODUCT_HOME/repository/deployment/server/bpel directory. For instructions on preparing the process zip file, refer to section Preparing for Process Deployment .

...

Undeploying a BPEL process

There are two ways to undeploy a BPEL package.

  1. From the Management Console user interface. 
    1. Login to the Business Process Server.
    2. In the Main menu of the Management Console, click List under Processes in the Manage section.
    3. In the Process List page, select a package to undeploy.
    4. The Package Dashboard page appears. Click on the Undeploy link.
  2. By deleting the BPEL ZIP file from the file system. 
    1. Delete the BPEL package from <EI_HOME>/wso2/business-process/repository/deployment/server/bpel directory.

For more information on BPEL, see HelloWorld Sample.