Обсуждение: connectivity problem

Поиск
Список
Период
Сортировка

connectivity problem

От
adp adp
Дата:
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

Re: connectivity problem

От
Kris Jurka
Дата:

On Wed, 28 Jan 2004, [iso-8859-1] adp adp wrote:

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

Please see the documentation here:

http://www.postgresql.org/docs/current/static/jdbc.html

Kris Jurka


Re: connectivity problem

От
"Dennis Romero L."
Дата:
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