views:

520

answers:

2

have changed web.xml and jsp to details for mysql and also put mysql drivers in classpath. yet unable to connect. mysql server of wamp running on port= 3306 and socket= /tmp/mysql.sock what necessary changes do i have to make in my application

+1  A: 

Just put mysql-connector-java-5.0.8-bin.jar in apache-tomcat-6.0.14\lib and restart the server.

rodrigoap
A: 

Thank you!! I spent half a day trying to figure out the classpath error!!

snowwhite