Re: Welcome to the pgsql-jdbc mailing list!

From: Patryk Kubiak <patrykk(at)atos(dot)wmid(dot)amu(dot)edu(dot)pl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Welcome to the pgsql-jdbc mailing list!
Date: 2003-01-30 10:30:32
Message-ID: Pine.LNX.4.53L.0301301100050.5986@atos.wmid.amu.edu.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-novice

I have PostgreSQL 7.2.2 and (jdbc driver jdbc7.2dev-1.2.jar
is located in /usr/share/pgsql/ ). I'm writing a project where I use
technolgies like : Apache 1.3.27 + Tomcat 4.1.18 + Struts 1.x + ANT for
XML files + Sun (default) J2EE 1.3.1 server.

The problem is that I don't know how to set up PostgreSQL driver
to be used with J2EE server (is it possible ?). I downloaded from the Sun
site J2EETutorial, and bank example. To run this example I need
use J2EE server, which is default delivered and configured with Cloudscape
database. There is a file called $J2EE_HOME/config/resource.properties
with settings for Cloudscape database. There is also a build.xml
file in the bank directory which builds classes,jars,ears etc. from
sources. Cloudscape setings are :

<property name="cloud-lib" value="${myenv.J2EE_HOME}/lib/cloudscape" />
<property name="system-lib" value="${myenv.J2EE_HOME}/lib/system" />
<property name="cloud-path" value=".:${cloud-lib}/cloudclient.jar:${cloud-lib}/RmiJdbc.jar:
${system-lib}/cloudutil.jar:${system-lib}/cloudscape.jar"/>
<property name="cloud-jvmargs" value="-ms16m -mx32m -Dij.connection.CloudscapeDB=jdbc:rmi://localhost:1099/jdbc:cloudscape:
CloudscapeDB;create=true -Dcloudscape.system.home=${myenv.J2EE_HOME}\cloudscape" />

The whole thing is about how to change Cloudscape to PostgreSQL (ant
config + resource.properties + JNDI in source files) ?

I'll be very grsteful if anyone know the answer !

Greetings,
Patryk

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Patryk Kubiak 2003-01-30 10:36:29 Sun J2EE server (default with J2EE package) + PostgreSQL jdbc support
Previous Message Dave Cramer 2003-01-29 23:43:19 Re: Unusable resultset

Browse pgsql-novice by date

  From Date Subject
Next Message Patryk Kubiak 2003-01-30 10:36:29 Sun J2EE server (default with J2EE package) + PostgreSQL jdbc support
Previous Message Giles Lean 2003-01-30 07:33:24 Re: Postgresql with OOo