...
1. Edit the default database configuration defined in the master-datasources.xml
file located at $PRODUCT<PRODUCT_HOMEHOME>/repository/conf/datasources
directory as below. Both the database configurations in registry.xml
and user-mgt.xml
refer this data source.
...
Copy MSSQL JDBC driver jtds-1.2.2.jar
to $PRODUCT<PRODUCT_HOMEHOME>/repository/components/lib
.
...
Database tables can be created manually by logging in to created database and running $PRODUCT<PRODUCT_HOMEHOME>/dbscripts/mssql.sql
.
- Using start-up Parameters
Windows users can run $PRODUCT<PRODUCT_HOMEHOME>/bin/wso2server.bat -Dsetup
to create the database tables when starting WSO2 BRS for the first time.
Linux users should use $PRODUCT<PRODUCT_HOMEHOME>/bin/wso2server.sh -Dsetup
.
...