From: | "Dennis Romero L(dot)" <dromero(at)ceibo(dot)fiec(dot)espol(dot)edu(dot)ec> |
---|---|
To: | "'adp adp'" <adp_group2004(at)yahoo(dot)co(dot)in>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: connectivity problem |
Date: | 2004-01-28 13:58:44 |
Message-ID: | 200401281353.i0SDrUu02853@ceibo.fiec.espol.edu.ec |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of adp adp
Sent: Martes, 27 de Enero de 2004 23:22
To: pgsql-jdbc(at)postgresql(dot)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(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly
From | Date | Subject | |
---|---|---|---|
Next Message | scott.marlowe | 2004-01-28 15:55:09 | Re: getting primary key values for inserted records? |
Previous Message | Guido Fiala | 2004-01-28 13:52:23 | setQueryTimeOut(1) - not expected result... |