To set up the application in , the database is required
to be created as below:
Procedure
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.
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.