You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by James DiZoglio <ze...@firstworld.net> on 2000/04/10 09:33:59 UTC

jdbc and postgres

I am trying to compile a java serlvet using JDC and connecting to a
postgresql database.
I have postgresql 6.5.2 and tomcat 3.1.

I am in the early goings. Reading the how to's I am finding I do not have
the postgres.jar file or the driver. Could someone direct me to a help file
on this.

regards,
Jim


Re: jdbc and postgres

Posted by Jeff Turner <je...@socialchange.net.au>.
You might want to have a look at the Castor project
(http://castor.exolab.org/). Their framework for doing db-related
stuff looks nice. At the very least, I saw postgresql.jar included
there :)

--Jeff

James DiZoglio wrote:
> 
> I am trying to compile a java serlvet using JDC and connecting to a
> postgresql database.
> I have postgresql 6.5.2 and tomcat 3.1.
> 
> I am in the early goings. Reading the how to's I am finding I do not have
> the postgres.jar file or the driver. Could someone direct me to a help file
> on this.
> 
> regards,
> Jim
> 
> --------------------------------------------------------------------------
> To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commmands, email: tomcat-user-help@jakarta.apache.org

Re: jdbc and postgres

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
James DiZoglio wrote:

> I am trying to compile a java serlvet using JDC and connecting to a
> postgresql database.
> I have postgresql 6.5.2 and tomcat 3.1.
>
> I am in the early goings. Reading the how to's I am finding I do not have
> the postgres.jar file or the driver. Could someone direct me to a help file
> on this.
>

The source code distribution of Postgres includes the code for this driver, and
scripts to build it.  Look in directory "src/interfaces/jdbc".

>
> regards,
> Jim

Craig McClanahan