Use this task to configure the BPC 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 and -password options.
- If you are not configuring the default profile, add the -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.
- The clientconfig.jacl script prompts you for the required
information.
- 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 the Business Process Choreographer Explorer.