Administrative commands provide an alternative to the administrative
console for stopping and starting process templates.
Before you begin
If global security is enabled, verify that your user ID has
operator authorization.
Why and when to perform this task
The following steps describe how to use the administrative commands
to administer process templates. You must stop a business template, for example,
before you can uninstall the business process application to which it belongs.
Steps for this task
- Change to the Business Process Choreographer samples directory.
On Windows® systems, enter:
cd install_root\ProcessChoreographer\sample
On UNIX® and Linux® systems,
enter:
cd install_root/ProcessChoreographer/sample
- Stop the process template.
On Windows systems,
enter:
install_root\bin\wsadmin -f bpcTemplates.jacl
-stop application_name
On UNIX and Linux systems, enter:
install_root/bin/wsadmin -f bpcTemplates.jacl
-stop application_name
Where application_name is
the name of the application to which the template belongs.
Existing
instances of the process templates continue to run until they end normally.
When the application stops, you cannot create process instances from the stopped
templates.
- Start the process template.
On Windows systems,
enter:
install_root\bin\wsadmin -f bpcTemplates.jacl
-start application_name
On UNIX and Linux systems, enter:
install_root/bin/wsadmin -f bpcTemplates.jacl
-start application_name
The process template starts. You can use Business
Process Choreographer Explorer to start process instances from the process
template.