This documentation is for WSO2 Business Rules Server 2.0.0.View documentation for the latest release.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The default database of user manager is the H2 database shipped by the WSO2 Carbon based products. You can configure it to point to databases by different vendors.

1. Add the JDBC driver to the classpath by dropping the JAR into <PRODUCT_HOME>/repository/components/lib.

2. Change values of properties given in on the Realm Configuration page appropriately.

3. Create the database by running the relevant script in <PRODUCT_HOME> /dbscript/ and start the server as:

  • For Linux:
Code Block
sh wso2server.sh
  • For Windows:
Code Block
wso2server.bat

Or start the server as:

  • For Linux:
Code Block
sh wso2server.sh -Dsetup
  • For Windows:
Code Block
wso2server.bat -Dsetup
Excerpt
hiddentrue

Instructions on how to change the RDBMS in the WSO2 Carbon-based products.