Stopping and starting process templates with administrative commands

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

You must stop a business template, for example, before you can uninstall the business process application to which it belongs. The following steps describe how to use the administrative commands to administer process templates.

Steps for this task

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

  3. 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.

Terms of use |

Last updated: Thu Apr 27 14:54:57 2006

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