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
- Start the wsadmin tool.
In the profile_root/bin directory,
enter wsadmin.
- 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.
- 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.