I have installed MySQL's JDBC driver both by MySQL installer and manually downloading from MySQL's web site but still I get this error in JasperReports Server 6.2.0:
com.mysql.jdbc.Driver
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1293)
How can I add the com.mysql.jdbc.Driver?