[ILUG] JDBC and Mysql problems
Linux ilug
linux.michael at gmail.com
Mon Mar 21 14:55:04 GMT 2005
I have Tomcat 5.5.8 installed and the latest version of mysql
installed. Now I'm trying to program a few JSPs to interact with a
database called customers and a table called customer. I keep getting
the following error when I try and run it.
javax.servlet.ServletException: com.mysql.jdbc.Driver
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
org.apache.jsp.Database_jsp._jspService(org.apache.jsp.Database_jsp:62)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
I'm not a 100% sure but I think the driver isn't installed correctly.
Does anyone know where I should install / copy this driver ?
More information about the ILUG
mailing list