...
1. Edit the default database configuration defined in the master-datasources.xml
file located at $CARBON<PRODUCT_HOMEHOME>/repository/conf/datasources
directory as follows. Both the database configurations in registry.xml
and user-mgt.xml
refer this data source.
...
Copy the Oracle JDBC libraries to $CARBON<PRODUCT_HOMEHOME>/repository/components/lib
. For example, - $ORACLE_HOME/jdbc/lib/ojdbc14.jar
.
Info |
---|
Note: Remove old database driver from $CARBON<PRODUCT_HOMEHOME>/repository/components/dropins ,when you upgrade the database driver. |
...
- For Windows users:
Code Block |
---|
$CARBON<PRODUCT_HOMEHOME>/bin/wso2server.bat -Dsetup |
...