Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Database tables can be created manually by executing the following script in DB2 Express C command editor.

Code Block
$CARBON$PRODUCT_HOME/dbscripts/db2.sql

Using start-up Parameters

Database tables can be created when starting the product for the first time using the startup parameters as follows.

  • For Windows:

    Code Block
    $CARBON$PRODUCT_HOME/bin/wso2server.bat -Dsetup
    
  • For Linux:

    Code Block
    $CARBON$PRODUCT_HOME/bin/wso2server.sh -Dsetup