the exception indicates that the driver is unknown while it exists in the lib of the web-inf directory.
any help please? JDB driver problem
the exception indicates that the driver is unknown while it exists in the lib of the web-inf directory.
any help please? JDB driver problem
Use
Class.forName ("com.mysql.jdbc.Driver");
instead of
Class.forName ("com.sql.jdbc.Driver");
However I would recommend to use a DataSource in java EE (see https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html)