Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 19509 invoked from network); 4 Jul 2000 06:55:45 -0000 Received: from unknown (HELO tarantula.emtex.com) (root@193.243.232.67) by locus.apache.org with SMTP; 4 Jul 2000 06:55:45 -0000 Received: from bill.co.uk (emtex.adsl.cerbernet.co.uk [193.243.236.215]) by tarantula.emtex.com (8.9.3/8.9.3) with ESMTP id HAA10807 for ; Tue, 4 Jul 2000 07:57:03 +0100 Message-ID: <39617E01.FECA38E3@bill.co.uk> Date: Tue, 04 Jul 2000 07:02:41 +0100 From: Bill Dossett X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: jdbc support.. References: <000a01bfe52b$fc1ee1e0$39117118@rct1.bc.wave.home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi Rob, Thanks... I'm not sure that what I am trying to do can be done then. I need to access an MS SQL database using JDBC from a Linux Apache platform... in the past, when coding perl, I used the sybase client libraries and sybperl... these aren't java of course. So, I need a jar file from Microsoft ?... but will that work on Linux? Or a jar file from Sybase would do it as well I guess.? I havne't run into anyone that has done this yet anyway... Thanks Bill "Rob S." wrote: > Hi Bill, > > JDBC "support" is typically contained in a jar file obtained from your > database vendor. For example, I use Postgres (a freeware database) and its > JDBC support is included in a file named "postgresql.jar". > > I place this file in my WEB-INF/lib directory. > > >From then on, if you want to directly access the datbase(s) from your JSP > files you can write scriptlets that use the "drivers" contained in that jar. > > Perhaps if you could be a bit more specific in your query (question, not SQL > query ;) then I could be of more help? > > - Rob S. > > > -----Original Message----- > > From: $Bill Dossett [mailto:postmaster@bill.co.uk] > > Sent: July 3, 2000 9:38 AM > > To: tomcat-user@jakarta.apache.org > > Subject: jdbc support.. > > > > > > i, > > > > I tried to search the archive for this question as > > I'm sure it exists, but couldn't contact the server > > and the faqomatic thingy isn't working... I believe > > I have to do something to add JDBC support to > > my linux apache tomcat configuration, but I can't > > find anything more than one line in the tomcat > > userguide about it.. can someone please tell me > > how this is done. The first jsp app that I loaded > > fails and I think that's why anyway... extreme newbie > > to jdbc tomcat and all. > > Thanks > > Bill > > > > > > -------------------------------------------------------------------------- > > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commmands, email: tomcat-user-help@jakarta.apache.org > > > > -------------------------------------------------------------------------- > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org