Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to configure client-site JDBC
It just needs to be in your classpath. If your server deploys with WAR (Web
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
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...Received on Thu Jun 13 2002 - 23:01:42 CDT
> 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?
>
![]() |
![]() |