Chava
Chava

Reputation: 157

configure apache tomcat 6 with mysql

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

Answers (1)

rodrigoap
rodrigoap

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

Related Questions