logo       

Re: How to install JDBC ?: msg#00208

Subject: Re: How to install JDBC ?
I don't believe there's much to installing JDBC...

if you're already running tomcat fine, you should just be able to put the .jar 
file provided by the db vendor into the classpath recognized by tomcat and 
it'll find the classes it needs to connect to the db.

I recommend getting jdbc to work first with a simple java (no servlet/jsp) 
program.  Once that's done, it's only a matter of making sure tomcat can find 
the same .jar class(es).

here is an example I just found...

http://www.fluffycat.com/java/JavaNotes-JDBC.html

of how to use JDBC...most db vendors should give some installation tips when 
you download their jdbc .jar file...

Kevin

"Martinez, Michael - CSREES/ISTM" wrote:

> Can someone point me to some documentation that describes how to install
> JDBC and how to interface it with Apache/Tomcat/?
>
> Michael Martinez
>
> _______________________________________________
> Seawolf-list mailing list
> Seawolf-list@xxxxxxxxxx
> https://listman.redhat.com/mailman/listinfo/seawolf-list


<Prev in Thread] Current Thread [Next in Thread>