-1

I HAVE APACHE TOMCAT 1.4 WHERE DO I PUT MYSQL DRIVER

Abhiruchi Sharma
  • 55
  • 1
  • 2
  • 9

1 Answers1

0

if you're doing it as DriverManager.getConnection(), then you can put the mysql connector jar in Tomcat/lib or YourApp/WEB-INF/lib

Sudoss
  • 347
  • 2
  • 13