![]() |
|
|
#1 |
|
Member
Join Date: Feb 2005
Location: ANtwerp - Belgium
Posts: 34
|
where to put the MySQL driver for Tomcat
Whenever you're writing java programs and want to connect with a MySQL database, you need a database driver. This driver is in fact a jar file; JAR stands for Java ARchive and is a zipped file containing all the classes you need to connect to your database and get information in and out of this database.
To download a MySQL driver, go to http://dev.mysql.com/downloads/. Choose the version of MyConnectorJ you want and download the jar file. This Jar file should then be placed in C:\Program Files\Apache Software Foundation\Tomcat 5.0\common\lib. If the jar file is inside the common\lib folder of Tomcat, Tomcat can use this driver for any web application defined inside the webapps folder. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Import Access, Excel and data of other formats to MySQL by Navicat | NavicatGuy | Articles | 0 | 08-17-2004 01:08 AM |
| 3.2 Entering Queries | Administrator | Documentation | 0 | 06-09-2004 02:58 AM |
| 1.4.3.2 Using the MySQL Software for Free Under GPL | Administrator | Documentation | 0 | 06-08-2004 02:20 AM |
| 1.2.2 The Main Features of MySQL | Administrator | Documentation | 0 | 06-08-2004 01:55 AM |
| 1.2 Overview of the MySQL Database Management System | Administrator | Documentation | 0 | 06-07-2004 10:11 PM |