Configure the Apache Derby databases manually
We configure the Apache Derby databases manually by creating the databases and database tables, and then configuring the relevant application server to use this database setup.
- Create the databases and the tables within them. This step is described in Set up the Apache Derby databases manually
- Configure the application server to use this database setup. Go to one of the following topics:
- Configure Liberty Profile for Derby manually
- Configure WebSphere Application Server for Derby manually
- Configure Apache Tomcat for Derby manually
- Set up the Apache Derby databases manually
We can set up the Apache Derby database manually, instead of by running Ant tasks.
- Configure Liberty Profile for Derby manually
To manually set up and configure the Apache Derby database with WAS Liberty Profile, use the following procedure.
- Configure WebSphere Application Server for Derby manually
We can set up and configure the Apache Derby database manually with WebSphere Application Server.
- Configure Apache Tomcat for Derby manually
To manually set up and configure the Apache Derby database with the Apache Tomcat server, use the following procedure.
Parent topic: Create the databases manually