Re: Jahia access to remote postgresql failed

Javier TurĂ©gano <[email protected]> Tue, 13 Nov 2007 11:23:23 +0100 (CET)
Newsgroups gmane.comp.cms.jahia.install
Message-ID <[email protected]>
Sorry the jahia.xml we are using is this one... in the last post the two
parts did not have the same user and pass.

>         <Resource name="jdbc/jetspeed" auth="Container"
>             factory="org.apache.commons.dbcp.BasicDataSourceFactory"
>             type="javax.sql.DataSource" username="jahia_user"
> password="jahia_pass"
>             driverClassName="org.postgresql.Driver"
> url="jdbc:postgresql://192.168.1.5:5432/jahia"
> defaultAutoCommit="true"
>             maxActive="100" maxIdle="30" maxWait="10000"/>
>
>         <Resource name="jdbc/jetspeedNonTx" auth="Container"
>             factory="org.apache.commons.dbcp.BasicDataSourceFactory"
>             type="javax.sql.DataSource" username="jahia_user"
> password="jahia_user"
>             driverClassName="org.postgresql.Driver"
> url="jdbc:postgresql://192.168.1.5:5432/jahia"
> defaultAutoCommit="true"
>             maxActive="20" maxIdle="30" maxWait="10000"/>


_______________________________________________
install_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/install_list