I HAVE APACHE TOMCAT 1.4 WHERE DO I PUT MYSQL DRIVER
Asked
Active
Viewed 55 times
1 Answers
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