留言板

Liferay 5.2.1 with oracle 10

Samer A Salameh,修改在15 年前。

Liferay 5.2.1 with oracle 10

New Member 帖子: 7 加入日期: 09-2-8 最近的帖子
Hi,

I downloaded liferay-portal-tomcat-6.0-5.2.1.zip and setup it correctly. Now i need to connect Liferay to oracle, but i don't know how!
I read this wiki
http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Database+Configuration
but couldn't find portal.properties file

Can anyone help?

Thanks.
thumbnail
Juan Gonzalez P,修改在15 年前。

RE: Liferay 5.2.1 with oracle 10

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
portal.properties file is inside "portal-impl.jar" library (/WEB-INF/lib). Just open it with a zip decompressor and you'll see it.

To make your own configuracion and override some of that properties just copy that file, paste it inside "/WEB-INF/classes" directory inside your deployed liferay, and rename the file as "portal-ext.properties". Restart your server and your custom configuration will be applied.
Samer A Salameh,修改在15 年前。

RE: Liferay 5.2.1 with oracle 10

New Member 帖子: 7 加入日期: 09-2-8 最近的帖子
Thank you very much, it works emoticon
But no need to rename it to "portal-ext.properties", just keep it "portal.properties"