Deploy data access applications to the Liberty profile
Deploy a data access application includes more than installing the web application archive (WAR) or enterprise archive (EAR) file onto a Liberty profile. Deployment can include tasks for configuring the data access resources of the server and overall runtime environment.
This following topics are covered in this section:
- Configure a data source and JDBC driver for database connectivity in a Liberty profile
- Deploy an JDBC application to the Liberty profile
- Optional: Configure connection pooling
- Optional: Develop an application-defined data source on the Liberty profile
- Optional: Configure transaction recovery for data sources
- Migrate data access applications to the Liberty profile
Subtopics
- Deploy an existing JDBC application to the Liberty profile
We can take an existing application that uses Java Database Connectivity (JDBC) and a data source, and deploy the application to a server.
- Enable JDBC Tracing
JDBC tracing for the Liberty profile is enabled either through a driver-specific custom trace setting, or using the application server supplemental JDBC tracing option.
Parent topic: Deploy applications to the Liberty profile