This topic applies only to the IBM Business Process Manager Advanced configuration.

Deploying BPEL process and human task applications interactively

You can deploy an application interactively at run time using the wsadmin tool and the installInteractive script. You can use this script to change settings that cannot be changed if you use the administrative console to deploy the application.

About this task

Perform the following steps to deploy BPEL process applications interactively.

Procedure

  1. Start the wsadmin tool.

    In the profile_root/bin directory, enter wsadmin.

  2. Deploy the application.
    At the wsadmin command-line prompt, enter the following command:
    $AdminApp installInteractive application.ear
    where application.ear is the qualified name of the enterprise archive file that contains your process application.
    You are prompted through a series of tasks where you can change values for the application.
  3. Save the configuration changes.
    At the wsadmin command-line prompt, enter the following command:
    $AdminConfig save

    You must save your changes to transfer the updates to the master configuration repository. If a scripting process ends and you have not saved your changes, the changes are discarded.