...
- Download the MySQL Connector/J JDBC driver from http://dev.mysql.com/downloads/connector/j/
- After unpacking the file you have downloaded, you will find a file called something like
mysql-connector-java-5.1.1822-bin.jar
. - If you are running Tomcat 7 or Tomcat 6, copy the file into
<tomcat-install>/lib.
On Tomcat 5.5, copy this file into thecommon/lib
directory of your Tomcat installation.
...