Before you begin
You have configured Business Process Choreographer.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 installation.
In
the following situations, you might want to install Business Process Choreographer
Explorer manually:
- Installing Business Process Choreographer Explorer on a cluster
- Configuring Business Process Choreographer Explorer on a WebSphere Application
Server base node in a Network Deployment (ND) environment
Steps for this task
- Go to the Business Process Choreographer Explorer directory and
invoke the clientconfig.jacl script.
On
Windows systems, run:
cd install_root\ProcessChoreographer
..\bin\wsadmin.bat -f clientconfig.jacl
On
UNIX and Linux systems, run:
cd install_root/ProcessChoreographer
../bin/wsadmin.sh -f clientconfig.jacl
- If WebSphere security is enabled, add the -user and -password command-line
options with the appropriate parameters for the user ID and password.
- If you are configuring Business Process Choreographer Explorer
on an unmanaged node and the application server is not running, add the -conntype
NONE command-line option.
- If you are configuring Business Process Choreographer Explorer
on a WebSphere Process Server node in an ND environment, the deployment manager
does need not to run. Run the command on the deployment manager node and add
the -conntype NONE command-line option.
- If you are not configuring the default profile, add the -profile command-line
option, specifying the name of the user-defined profile.
The clientconfig.jacl script prompts you for the required
information.
Result
Business Process Choreographer Explorer is configured and ready to
use. 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.