Friday, July 15, 2016

How to Set up WSO2 App Manager with Oracle

These steps can be used to configure App Manager standalone with Oracle.
  1. Login to Oracle server and create following tables.
  2. Edit master-datasource.xml in <AppM_HOME>/repository/conf/datasources as follow.
    Note: <defaultautocommit>false</defaultautocommit> property is mandatory for "jdbc/WSO2AM_DB" datasource.
  3. Edit social.xml in <AppM_HOME>/repository/conf as follow.
  4. Copy the Oracle JDBC driver, which compatible to your Oracle database, to <AppM_HOME>/repository/components/lib
  5. Start the server with -Dsetup sh
    wso2server.sh -Dsetup

No comments:

Post a Comment