This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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 the <PRODUCT_HOME>/repository/components/lib directory.
  2. Change values of properties given in on the Configuring the Realm page appropriately.
  3. Create the database by running the relevant script in the <PRODUCT_HOME>/dbscripts/ directory and start the server using the following commands. See Working with Databases for more information on running the scripts.
    • For Linux:

      sh wso2server.sh
    • For Windows:

      wso2server.bat
    Or start the server as:
    • For Linux:

      sh wso2server.sh -Dsetup
    • For Windows:

      wso2server.bat -Dsetup

 

  • No labels