Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote

In contrast to the remote registry, in embedded registry you will set the database driver name ( the driverName element) to the value org.apache.derby.jdbc.EmbeddedDriver and the database URL (the url element) to the database directory location relative to the registry installation. In the above sample configuration, it is inside the database/WSO2CARBON_DB directory.

 

...

Setup Drivers

Place Copy derby.jar, derbyclient.jar and  and derbynet.jar in the jar from $DERBY_HOME/lib in to $GREG_HOME/repository/components/extensions directory  directory (to the class path of the WSO2 Governance Registry web application).

Image Removed

...

Create Database

Automatic Database Creation

...

Code Block
run 'GREG_HOME/dbscripts/derby.sql';

...

6. Restart the WSO2 Registry instance. Now WSO2 Governance Registry is running using a remote Apache Derby database.

...