Is there a way to automate the installation of JDBC driver for the management console in a standalone Tomcat Server?
20090
Question / Problem:
Is there a way to automate the installation of JDBC driver for the management console in a standalone Tomcat Server?
Answer / Solution:
Yes, the drivers can be placed into the lib folder of the Tomcat installation.
For Example:
c:\Program Files\Apache Software Foundation\Tomcat 9.0\lib\ .
The driver will not become visible in the Management Console but can be used.