The default database of for user manager management 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.
...
- Change values of properties given in on the Configuring the Realm
...
- page appropriately.
...
- 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:
Code Block sh wso2server.sh
For Windows:
Code Block wso2server.bat
For Linux:
Code Block sh wso2server.sh -Dsetup
For Windows:
Code Block wso2server.bat -Dsetup
Excerpt | ||
---|---|---|
| ||
Instructions on how to change the RDBMS in the WSO2 Carbon-based products. |