I have the same problem that but it is Ubuntu 14.04. I tried to execute a web page with the help of JSP & mysql as a database. After execution in tomcat logs it gives the error of
"java.lang.classNotFoundException:com.mysql.jdbc.driver"
The hint that I got is that I have to keep my mysql-connector.jar
file somewhere such that my tomcat will able to access it.