Configuring a Cloudscape JDBC provider and data source for the business process container

This topic describes how to configure a Cloudscape JDBC provider and data source for the business process container.

  1. Change to the Business Process Choreographer directory: On Windows, enter:
    cd install_root\ProcessChoreographer
    On UNIX, enter:
    cd install_root/ProcessChoreographer
  2. Run the configuration script. On Windows, enter:

    install_root\bin\wsadmin -f create_ds_Cloudscape.jacl
        [-node <nodeName>] -server <serverName> -dbPath <databasePath>

    On UNIX, enter:

    install_root/bin/wsadmin.sh -f create_ds_Cloudscape.jacl
        [-node <nodeName>] -server <serverName> -dbPath <databasePath>

    Where:
    wsadmin
    is located in the bin subdirectory of the IBM WebSphere Application Server installation directory.
    create_ds_Cloudscape.jacl
    is the script file that performs the configuration within WebSphere. It is located in the ProcessChoreographer subdirectory of the IBM WebSphere Application Server installation directory.
    nodeName
    is the optional node name.
    serverName
    is the application server name.
    databasePath
    is the path to the Business Process Choreographer database directory. Note, on Windows use forward slashes (/) instead of back slashes (\). For example, "c:/mydbs/BPEDB".
    For example, on Windows:
    install_root\bin\wsadmin -f create_ds_Cloudscape.jacl 
        -server server1 
        -dbPath "c:/Program Files/WebSphere/AppServer/ProcessChoreographer/BPEDB"
  3. If you had problems using the script, you can use the administrative console to configure the JDBC provider and data source.
The Cloudscape JDBC provider and data source have been configured for the business process container.
Configure the queue resources.