掲示板

Liferay 6.1.0 CE GA1 + Advantage Database Server

11年前 に Joao Casado によって更新されました。

Liferay 6.1.0 CE GA1 + Advantage Database Server

New Member 投稿: 1 参加年月日: 12/05/25 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

RE: Liferay 6.1.0 CE GA1 + Advantage Database Server

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
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.