JSP-Mysql:-Bad handshake problem

2001-05-07 Thread Madhulika Bahl
Hi I am using resin-1.2.3 and mysql at backend on windows 2000...I am trying to connect to mysql thru my JSP's but gotta bad handshake...I am using mysql-jdbc driver... My JSP code is like this.. %@ page language=java import= java.sql.*, java.util.* % %@ page import=sqlBean % %@ page

JDBC CONNECTION PROBLEM

2001-03-15 Thread Madhulika Bahl
Hi I am using Resin1.2.3 engine to run my servlet and mysql database with mysql-jdbc driver to connect my servlet with database but it gives me null pointer exception when I run my servlet 500 servlet exception java.lang.NullPointerException I hope many of you might have face