If your using eclipse just place the mysql connector jar in your projects jar list... there are many examples of using DriverManager... search the web. Sorry I cant be of more help but my code uses connection pooling and you need to find and understand the use of DriverManager in its most basic form.

----Original Message Follows----
From: "John Najarian" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Subject: RE: Installing the MySql jdbc driver on XP?
Date: Thu, 23 Sep 2004 14:12:10 -0700

Thanks Filip, I wanted to configure it to use a Driver Manager also.

What I've been having a ton of trouble with is configuring Eclipse.
I've downloaded some plugins but the 2nd one I ried to install should
have been the 3rd.  After knocking that around for a while I found a
site which had the missing 2nd plugin and how to...  But downloading
plugin is taking forever.

-----Original Message-----
From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 23, 2004 1:45 PM
To: Tomcat Users List
Subject: Re: Installing the MySql jdbc driver on XP?

there is nothing to do when installing a JDBC driver, especially if it is a
type 4.
Just copy the JAR file to WEB-INF/lib if you want to use the driver within
your webapps,
or just add the JAR to your CLASSPATH if you want to run it standalone

look for JDBC tutorials

Filip

----- Original Message -----
From: "John Najarian" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, September 23, 2004 10:11 AM
Subject: Installing the MySql jdbc driver on XP?


I am trying to install the JDBC driver on an XP box to use it with a driver manager in Tomcat and to use it as stand alone for simple tests.

I find the MySql installation documentation fragmented
and difficult to follow.  Any ideas would be appreciated.

Thanks in advance.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to