1. JSP on iPlanet - JDBC driver help coderanch.com |
2. JDBC driver not found in JSP coderanch.comHi, Does one need to set path/classpath differently when running jsp? I could make simple query result from an application, but when I tried to do the same thing in jsp, the JDBC driver was not found correctly. I am using WindowXP Prof, Tomcat 4.18 and MySQL. Thank you in advance ---------------my jsp----------------- <%@page contentType="text/html"%> <%@page import="java.sql.*"%> <%@page import="java.util.*"%> ... |
3. Type-IV Driver with servlet coderanch.com |
4. servlet & type4 driver coderanch.com |
5. Servlet and JDBC driver...need help coderanch.com |