Fórum

Liferay 6.1.0 CE GA1 + Advantage Database Server

Joao Casado, modificado 11 Anos atrás.

Liferay 6.1.0 CE GA1 + Advantage Database Server

New Member Mensagem: 1 Data de Entrada: 25/05/12 Postagens Recentes
Hello

I would like to know if Liferay 6.1.0 CE GA1 supports the Sybase Advantage Database Server.

If yes, how can i create a proper portal-ext.properties configuration file?

It's possible to find here information about the Advantage JDBC Driver.

Thanks
Joao
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: Liferay 6.1.0 CE GA1 + Advantage Database Server

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
The biggest issue w/ new or different databases is not actually Liferay support of the database, it's Hibernate support for the database (which Liferay uses for the bulk of the database access).

That said, you'd need to drop the driver into the global lib directory (lib/ext for tomcat) and follow the instructions for the various properties of database connectivity for setting up the jdbc.default.driverClassName, jdbc.default.url, jdbc.default.username, and jdbc.default.password properties in portal-ext.properties file.