Re: API docs for Mysql JDBC Driver?

2004-09-26 Thread Mark Matthews
essage- >>From: John Najarian [mailto:[EMAIL PROTECTED] >>Sent: Thursday, September 23, 2004 10:10 AM >>To: 'Tomcat Users List' >>Subject: RE: API docs for Mysql JDBC Driver? >> >> >>I tired looking this up also. The best I could come up

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: API docs for Mysql JDBC Driver?

2004-09-23 Thread Mike Curwen
and a JDBC tutorial on java.sun.com. You should not be directly using the jconnector classes for doing SQL. > -Original Message- > From: John Najarian [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 23, 2004 10:10 AM > To: 'Tomcat Users List' > Subject: R

RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread John Najarian
: Thursday, September 23, 2004 7:49 AM To: LIST: Tomcat User Subject: API docs for Mysql JDBC Driver? Does anyone know where I can find a complete set of API docs for the JConnect Driver 3.x? The docs on the site are lacking and only have simple examples on how to do SELECT's. I am looking for a com

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

Installing the MySql jdbc driver on XP?

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

RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread John Najarian
Hi Chuck, Here is another link you might find useful. http://www.cs.nott.ac.uk/TSG/manuals/databases/mysql/jdbc/apidoc/ -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 7:49 AM To: LIST: Tomcat User Subject: API docs for Mysql JDBC

RE: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Mike Curwen
; Subject: RE: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver? > > > The API docs for a mysql driver has **nothing** to do with > tomcat. Does tomcat distribute the API for mysql drivers?? > > Perhaps the double star and question marks will convince you. ;) > > > &

RE: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Mike Curwen
tember 23, 2004 12:02 PM > To: Tomcat Users List > Subject: Re: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver? > > > > This has everything to do with tomcat. I am using the driver > to connect to Mysql from Tomcat. > --- "Shapira, Yoav" <[EMAIL PROTECTED

Re: [OFF-TOPIC] RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Chuck Carson
t; > Yoav Shapira > Millennium Research Informatics > > > >-Original Message- > >From: Chuck Carson [mailto:[EMAIL PROTECTED] > >Sent: Thursday, September 23, 2004 10:49 AM > >To: LIST: Tomcat User > >Subject: API docs for Mysql JDBC Driver? &g

[OFF-TOPIC] RE: API docs for Mysql JDBC Driver?

2004-09-23 Thread Shapira, Yoav
>To: LIST: Tomcat User >Subject: API docs for Mysql JDBC Driver? > > >Does anyone know where I can find a complete set of API docs for the >JConnect Driver 3.x? The docs >on the site are lacking and only have simple examples on how to do >SELECT's. I am looking for a &

API docs for Mysql JDBC Driver?

2004-09-23 Thread Chuck Carson
Does anyone know where I can find a complete set of API docs for the JConnect Driver 3.x? The docs on the site are lacking and only have simple examples on how to do SELECT's. I am looking for a complete method list or something more detailed. Thanks for any info, rhugga --

Re: Tomcat 4.1.9 + MySQL + jdbc driver

2002-08-25 Thread Glenn Nielsen
rouble shooting process I went through might help you do forensics on your logs so you can track down your problem. Regards, Glenn Paul Phillips wrote: > I have used the Mark Matthews MySQL jdbc driver with Tomcat on three or > four projects and never had any trouble. > > I recen

Re: mysql jdbc driver

2001-04-09 Thread Scott Tatum
tum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Shun-Luoi Daniel Fong wrote: > I know this isn't necessarily tomcat related but... > > I just downloaded the mysql jdbc driver, mm.mysql-2.0.4-src.jar, from > http://mmmysql.sou

mysql jdbc driver

2001-04-09 Thread Shun-Luoi Daniel Fong
I know this isn't necessarily tomcat related but... I just downloaded the mysql jdbc driver, mm.mysql-2.0.4-src.jar, from http://mmmysql.sourceforge.net/ My question is, do I need to just put the jar file in my classpath, or do I need to extract the files from the jar file and put

Re: help regd mysql jdbc driver

2001-03-31 Thread Rob Tanner
All you need to do is put mysql_comp.jar in lib/ext in the jre. The extensions directory is automatically searched and need never be declared as part of a classpath. -- Rob --On Friday, March 30, 2001 11:33:11 PM -0800 mahi <[EMAIL PROTECTED]> wrote: > > Sir, > Presently we are working to u

Re: help regd mysql jdbc driver

2001-03-31 Thread Match Grun
You installed the driver in: /usr/local/mysql/mm.mysql.jdbc-1.2c/mysql_comp.jar right? Then why does your classpath path hav: CLASSPATH=${CLASSPATH}:~usr/local... Should it not read: CLASSPATH=${CLASSPATH}:/usr/local... Replace the tilde with a slash. It seems that

help regd mysql jdbc driver

2001-03-30 Thread mahi
Sir,Presently we are working to upload jsp files.we are doing this process through VPS,using apache tomcat server,mysql database and mm jdbc driver. we have included classpath in the tomcat.sh file as follows: CLASSPATH=${TOMCAT_HOME}/webserver.jarCLASSPATH=${CLASSPATH}:${TOMCAT_HOME}/lib/servlet.j

help regd mysql jdbc driver

2001-03-30 Thread mahi
Sir,Presently we are working to upload jsp files.we are doing this process through VPS,using apache tomcat server,mysql database and mm jdbc driver. we have included classpath in the tomcat.sh file as follows: CLASSPATH=${TOMCAT_HOME}/webserver.jarCLASSPATH=${CLASSPATH}:${TOMCAT_HOME}/lib/servlet.j