Installing the Business Rules Manager

the process of configuring databases for use by Business Rules. Databases can be configured for a single server or for network deployment.

Users need to configure the dynamic artifact repository before installing or running any applications. The dynamic artifact repository is configured during WebSphere Process Server product installation. Configuration can either be achieved automatically using the Administrative Console or manually using a .jacl script included with the product.
Draft comment:
Is this for Business Rules or for configuring the database to "connect" with BRE? Also is this phrase needed.
Use the Enterprise Application name of Business Rules Manager is BusinessRulesManager. The context root is br/webclient.

Installing from the Administrative Console - network deployment

When installing WebSphere Process Server in a network deployment environment follow these steps.
  1. Specify the node and server of the running Cloudscape server where the dynamic artifact repository will be installed.
  2. Configure either a number of servers or a cluster to use the same instance of the dynamic artifact repository as a master repository.
The dynamic artifact repository is now configured for network .

Installing from the Administrative Console - single server

When installing WebSphere Process Server on a single server:
  • Accept the dynamic artifact repository defaults which are local mode and server 1.
The dynamic artifact repository is now configured for a single server.

Installing manually - network deployment

The user can manually configure the dynamic artifact repository by invoking this jacl script:

wsadmin[-conntype none]-f configDynamicArtifactRepository.jacl [-node <node>] [-server <server>]

The -node and -server parameters specify the running Cloudscape server where the dynamic artifact repository is to be installed.
Note: If the application server is not running when the script is invoked, the wsadmin-conntype none option must be specified.

Installing manually - single server

The dynamic artifact repository can be configure manually by invoking this jacl script:
wsadmin[-conntype none]-f configDynamicArtifactRepository.jacl [-node <node>] [-server <server>]
The -node and -server parameters default to the local mode and server1 respectively.
Note: If the application server is not running when the script is invoked, the wsadmin-conntype none option must be specified.