Title: Orion - Postgresql
There's a howto on www.orionsupport.com for postgre...
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Budi Prawira
Sent: Thursday, May 17, 2001 6:21 PM
To: Orion-Interest
Subject: Orion - Postgresql

I've searched for it, but I cannot find one.

How do I filled in the data-source.xml to connect to postgresql? fyi, I use postgresql7.0-1.2.jar.

Are these correct?
        <data-source
                class="???"
                name="Postgresql"
                location="jdbc/PostgresqlDS"
                xa-location="jdbc/xa/PostgresqlXADS"
                ejb-location="jdbc/PostgresqlDS"
                connection-driver="org.postgresql.Driver"
                username="username"
                password="password"
                url="jdbc:postgresql:mydb"
                inactivity-timeout="30"
        />

thanks!
Budi

Reply via email to