Forums de discussion

Liferay 6.1.0 CE GA1 + Advantage Database Server

Joao Casado, modifié il y a 11 années.

Liferay 6.1.0 CE GA1 + Advantage Database Server

New Member Envoyer: 1 Date d'inscription: 25/05/12 Publications récentes
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, modifié il y a 11 années.

RE: Liferay 6.1.0 CE GA1 + Advantage Database Server

Liferay Legend Publications: 14918 Date d'inscription: 02/09/06 Publications récentes
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.