...
Copy derby.jar
, derbyclient.jar
and derbynet.jar
from $DERBY_HOME/lib
in to $CARBON_HOME/repository/components/extensions
directory (to the class path of the WSO2 BPS WSO2 BRS web application).
Create Database
...
Code Block |
---|
wso2server.sh -Dsetup |
2. The WSO2 BPS BRS is configured to run using a remote Apache Derby database.
...
5. Run the Derby scripts for both the registry and user manager (embedded) databases, provided with the WSO2 BPSBRS, using the following command:
...
6. Restart the server. Now WSO2 BPS BRS is running using a remote Apache Derby database.
Excerpt | ||
---|---|---|
| ||
Instructions on how to set up WSO2 BPS BRS with remote Derby database. |