Configuring Tomcat Server
This section describes how to configure a data source connection or a direct connection for your application in Tomcat Server by using the Delinea JDBC Proxy Driver. For detailed instructions on how to configure each type of connection, see the following topics:
Connection Types
Choose one of the following connection types based on your application requirements:
1. Direct Connection
Application connects using JDBC URL and driver class directly. No JNDI or server-managed datasource.
2. Data Source Connection (Server-managed / JNDI)
Connection is created and pooled by the application server. Application looks up using JNDI name.
There are two types of data source connections:
-
Non-XA DataSource - For standard single database transactions (most common use case)
-
XA DataSource - For distributed transactions involving multiple databases or JMS resources
General Configuration Process
Regardless of which connection type you choose, you must first:
- Run the Setup Utility - This is required for all connection types. See Setup.
- Choose your connection type - Direct, Non-XA DataSource, or XA DataSource
- Follow the configuration steps for your chosen connection type.