Deploying business process applications interactively

You can install an application interactively at runtime 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 install the application.

Why and when to perform this task

Perform the following steps to install business process applications interactively.

Steps for this task

  1. Start the wsadmin tool.

    In the profile_root/bin directory, enter wsadmin.

  2. Install 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.

Related tasks
Deploying applications using scripting
Starting the wsadmin scripting client

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)