Versions Compared

Key

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

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.

  1. Add the JDBC driver to the classpath by dropping the JAR into

...

  1. the <PRODUCT_HOME>/repository/components/lib directory.

...

  1. Change values of properties given in on the Configuring the Realm

...

  1. page appropriately.

...

  1. Create the database by running the relevant script in

...

  1. the <PRODUCT_HOME>/

...

  1. dbscripts/ directory and start the server

...

  1. using the following commands. See Working with Databases for more information on running the scripts.
    • 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.