Can't Find MySQL driver in JSP
843836Feb 1 2004 — edited Mar 10 2007I'd downloaded the MySQL JDBC connector and i'd place it in the "WEB-INF/lib" directory
Actually the connection works when I write it in Servlet script
But now I try to write another page with JSTL,
when i set the data source, connection error was displayed.
Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver"
Please help, thanks...