Reputation: 157
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
Upvotes: 0
Views: 1703
Reputation: 7480
Just put mysql-connector-java-5.0.8-bin.jar in apache-tomcat-6.0.14\lib
and restart the server.
Upvotes: 1