RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread Filip Hanik \(lists\)
Filip -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 5:08 PM To: 'Tomcat Users List' Subject: RE: Installing the MySql jdbc driver on XP? Thanks Mark -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sen

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread John Najarian
Thanks Mark -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 2:45 PM To: [EMAIL PROTECTED] Subject: RE: Installing the MySql jdbc driver on XP? If your using eclipse just place the mysql connector jar in your projects jar list... there

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread Mark Benussi
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:

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread Mark Benussi
Use mysql connector for your jdbc connections and place the jar in the $CATALINA_HOME/common/lib. In terms of using it in your lightweight code, you will have to describe your development practices... are you using an IDE? - T

RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread John Najarian
ch 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

Re: Installing the MySql jdbc driver on XP?

2004-09-23 Thread Filip Hanik - Dev
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 Messag