Re: How to configure client-site JDBC

From: Jerason Banes <jbanes_at_techie.com>
Date: Fri, 14 Jun 2002 04:01:42 GMT
Message-ID: <GUdO8.7037$Vp6.557809176_at_newssvr13.news.prodigy.com>


[Quoted] It just needs to be in your classpath. If your server deploys with WAR (Web [Quoted] Archive) files, you can put the zip or jar file into your WEB-INF/lib directory. This will automatically add it to the server's classpath. From there on in, you just write your servlet code. BTW, what app server are you [Quoted] using? (e.g. TomCat, Oracle 9iAS, Orion, Resin, etc.)

Jerason

--
______________________________________
How to manage your database in one easy step!
http://www.datadino.com

"les" <sleszek_at_hotmail.com> wrote in message
news:STcO8.38672$_h5.1849966_at_news20.bellglobal.com...

> I want to write a servlet (or JSP) that will be able to access the
database
> on the server?
> I know how to write a java code to use the driver but that's not all. I
> guess I need a JDBC driver on my machine for Oracle. So I've got one from
> Oracle (client-site JDBC thin).
> The question is how to install it?
>
Received on Fri Jun 14 2002 - 06:01:42 CEST

Original text of this message