WAS v8.5 > Deploy applications > Deploy applications to the Liberty profileDeploy data access applications to the Liberty profile
Deploying 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 in the Liberty profile
- Optional: Develop an application-defined data source on the Liberty profile
- Optional: Configure transaction recovery for data sources on the Liberty profile
- Migrate data access applications to the Liberty profile
See also
- Deploy an existing JDBC application to the Liberty profile
We can take an existing application that uses JDBC and a data source, and deploy the application to a server.- Enable JDBC Tracing for the Liberty profile
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
|