Use this task to configure Business Process Choreographer Explorer
using a script.
Before you begin
You have configured the business process container and human task
container.
Why and when to perform this task
You have not yet installed Business Process Choreographer Explorer,
or you want to add it to an existing Business Process Choreographer configuration.
Steps for this task
- Change to the Business Process Choreographer directory and invoke
the clientconfig.jacl script.
On
Windows systems, enter the following command:
cd install_root\ProcessChoreographer
..\bin\wsadmin.bat -f clientconfig.jacl
( [-username userName][-password password] | [-conntype NONE] )
[-profileName profileName]
On
UNIX and Linux systems, enter the following command:
cd install_root/ProcessChoreographer
../bin/wsadmin.sh -f clientconfig.jacl
( [-username userName][-password password] | [-conntype NONE] )
[-profileName profileName]
In
a stand-alone server environment:
- Include the -conntype NONE option only if the application
server is not running.
- If the server is running and global security is enabled, include the -username userName and -password password options.
- If you are not configuring the default profile, add the -profileName profileName option.
In
a Network Deployment environment:
- Run the taskconfig.jacl script on the deployment manager node.
- Include the -conntype NONE option only if the deployment
manager is not running.
- If global security is enabled, include the -username and -password options.
- If you are not configuring the default profile, add the -profileName option.
You
can also provide the following parameters:- server serverName
- Where serverName is the name of the server where Business
Process Choreographer is to be configured. If
you have only one node and exactly one server, this parameter is optional.
Do not use this option if you use the cluster option to
specify a cluster.
- node nodeName
- Where nodeName is the name of the node where Business
Process Choreographer is to be configured. If
you have only one node and exactly one server, this parameter is optional.
Do not use this option if you use the cluster option to
specify a cluster.
- cluster clusterName
- Where clusterName is the name of the cluster where
Business Process Choreographer is to be configured. Do not specify this option
in a stand-alone server environment, nor if you specify the node and server.
This option cannot be used non-interactively.
- hostName explorerVirtualHostname
- Where explorerVirtualHostname is the virtual host where
the Business Process Choreographer Explorer will run. The default value is default_host.
- explorerHost explorerURL
- Where explorerURL is the URL of the Business Process
Choreographer Explorer. If this parameter is not specified for a non-cluster
environments, a default value is computed, for example, http://localhost:9080.
The value of this parameter is used for the EscalationMail.ClientDetailURL
custom property of the Human Task Manager.
- The clientconfig.jacl script prompts you for any required
information that was not provided as parameters.
- Optional: If you have problems with the configuration,
check the log file written by the clientconfig.jacl script. This
log is located in the profiles/profileName/logs/clientconfig.log file.
This directory also contains a wsadmin.traceout file that might contain
more information about the problem.
Result
Business Process Choreographer Explorer is configured and ready to
use.
What to do next
Start Business Process Choreographer Explorer.