Foros de discusión

application and database in different servers

thumbnail
ponraj s, modificado hace 8 años.

application and database in different servers

Junior Member Mensajes: 33 Fecha de incorporación: 12/10/11 Mensajes recientes
Hi,

i have a liferay portal 5.2.3 running fine with both portal and database in same server. My new requirement is, i need to place the portal and database (postgresql) in different servers. i think this is possible and please help me how to connect the database which is in a different server. what needs to be done on portal-ext-properties file to achieve it ??

Thanks,
Raj
thumbnail
David H Nebinger, modificado hace 8 años.

RE: application and database in different servers

Liferay Legend Mensajes: 14918 Fecha de incorporación: 2/09/06 Mensajes recientes
The only thing that should change is your JDBC url, whether in portal-ext.properties or defined in the app container's JNDI resources is up to your installation.
thumbnail
Ponraj S, modificado hace 8 años.

RE: application and database in different servers

Junior Member Mensajes: 33 Fecha de incorporación: 12/10/11 Mensajes recientes
Thanks David.. i tried changing in portal-ext properties but it ends up with some security issues in accessing postgresql. i am working on postgresql server to provide remote access.