The business process container uses the scheduler service to provide time-dependent services. To create and configure the scheduler, perform the following:
- Change to the Business Process Choreographer directory: On Windows platforms, enter:
cd install_root\ProcessChoreographer
On UNIX and Linux platforms, enter: cd install_root/ProcessChoreographer
- Run the createScheduler.jacl script. On Windows platforms, enter:
install_root\bin\wsadmin -f createScheduler.jacl
-server <serverName> [-node <nodeName>]
On UNIX and Linux platforms, enter: install_root/bin/wsadmin.sh -f createScheduler.jacl
-server <serverName> [-node <nodeName>]
Where:- serverName
- is the name of the application server.
- nodeName
- is the name of the node. This is optional. If the node is omitted, the local node is used.
For more information about the scheduler service, see Scheduler service.
- You can check or change the configuration settings using the administrative console.
The scheduler has been created and configured for Business Process Choreographer.
Install the business process container.