Foros de discusión

Liferay 6.1.0 CE GA1 + Advantage Database Server

Joao Casado, modificado hace 11 años.

Liferay 6.1.0 CE GA1 + Advantage Database Server

New Member Mensaje: 1 Fecha de incorporación: 25/05/12 Mensajes recientes
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 hace 11 años.

RE: Liferay 6.1.0 CE GA1 + Advantage Database Server

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
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.