...
1. Edit the default database configuration defined in the master-datasources.xml
file located at $CARBON<PRODUCT_HOMEHOME>/repository/conf/datasources
directory as below. Both the database configurations in registry.xml
and user-mgt.xml
refer this data source.
...
Copy derby.jar
, derbyclient.jar
and derbynet.jar
from $DERBY_HOME/lib
in to $CARBON<PRODUCT_HOMEHOME>/repository/components/extensions
directory (to the class path of the WSO2 ESB web application).
...
5. Run the Derby scripts for both the registry and user manager (embedded) databases, provided with WSO2 Business Rules Server, using the following command:
Code Block |
---|
run 'CARBONPRODUCT_HOME/dbscripts/derby.sql'; |
...