Re: connectivity problem - Mailing list pgsql-jdbc

From Dennis Romero L.
Subject Re: connectivity problem
Date
Msg-id 200401281353.i0SDrUu02853@ceibo.fiec.espol.edu.ec
Whole thread Raw
In response to connectivity problem  (adp adp <adp_group2004@yahoo.co.in>)
List pgsql-jdbc
Hi!

The basical first step:

1) Set you Postgres for accept TCT/IP connection, user permisions, etc.
      /var/lib/pgsql/data/postgresql.conf
      /var/ib/pgsql/data/pg_hba.conf
      /var/lib/pgsql/data/pg_ident.conf           (The paths can change)

2) Download the jdbc driver for Postgresql:  pg73jdbc2.jar (I use it)
   and put this in: /usr/lib/java/jre/lib/ext/    (The path can change)

3)Set the correct permissions for the driver (chmod etc, etc)
4)Enable tomcat if you wish work with jsp and put you proyects in
   /opt/jakarta/tomcat/webapps/examples/jsp   (Default path)

5)MmmmMM, I think that nothing else that
6)Read the documentation that sent Kris Yurka to you.

bye

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of adp adp
Sent: Martes, 27 de Enero de 2004 23:22
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] connectivity problem

hello,
  I have recently started working on linux and am
using jdk1.4. and postgreSQL Can someone guide me use
jdbc connectivity.

please reply soon.


________________________________________________________________________
Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to majordomo@postgresql.org so that your
      message can get through to the mailing list cleanly


pgsql-jdbc by date:

Previous
From: "michel.verplancke"
Date:
Subject: Connection problem
Next
From: "Waldomiro"
Date:
Subject: Re: setQueryTimeOut(1) - not expected result...