This connector works for any Database that accepts JDBC connections. It requires knowledge of which JDBC Driver you will be using, as well as the specific connection parameters to your JDBC Instance. These can vary greatly by system.
JDBC Authentication Connection Configuration
- Name: Unique name for this auth connector.
- Username: The Username of the user to authenticate with to the JDBC DB Instance.
- Password: The password associated with the above username.
- JDBC URL: The Full JDBC URL to connect to. Required.
-
JDBC Driver: The JDBC Driver to use, based on the DB you are
connecting to.
- Use the table below to find and retrieve the jar file for your database, and place it in the tomcat/lib folder
JDBC is a widely used protocol, and has not been tested with every system on this list.