
Hi,i got the error as..below..wat could be the possible mistake ?THANK YOU!!!
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: JDBC Driver not found. DBConnection1.service(DBConnection1.java:44) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) filters.ExampleFilter.doFilter(ExampleFilter.java:101) root cause
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352) org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198) java.lang.Class.forName0(Native Method) java.lang.Class.forName(Unknown Source) DBConnection1.service(DBConnection1.java:29) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) filters.ExampleFilter.doFilter(ExampleFilter.java:101)

It seems that you are not having mysql-connector jar file or you haven't set the classpath properly. May the connector jar you used doesn't contain useful files.
Download mysql-connector-java-5.0.8-bin.jar file from the following link:
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.