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 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]



RE: Installing the MySql jdbc driver on XP?

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



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?


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


RE: Installing the MySql jdbc driver on XP?

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


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 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]




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



RE: Installing the MySql jdbc driver on XP?

2004-09-23 Thread Filip Hanik \(lists\)
The driver manager is built into the JDK java.sql.DriverManager,
there is nothing you have to do in particular to use it.

All you do is

classLoader.loadClass(your.jdbc.driver.name);
DriverManager.getConnection(your.jdbc.url,username,password);

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] 
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 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]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004


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