Creating and Starting database

About this task

To set up the application in , the database is required to be created as below:

Procedure

  1. Create a Derby database using the provided SQL/DDL files under DBProject shown as below. You can directly use the Derby within WAS8, which by default installs Derby in the folder {WAS_HOME}/derby.
  2. Then start the database service using the command line as below.
    {WAS_HOME}/derby/bin/networkServer/startNetworkServer.bat
    Note: For more information about Derby database administration.