掲示板

Web Content

thumbnail
11年前 に Subhash Pavuskar によって更新されました。

Web Content

Regular Member 投稿: 234 参加年月日: 12/03/13 最新の投稿

Hello Everyone,
I have 1 doubt i.e When i add web content in a portal where this ll stored ?
thumbnail
11年前 に Tejas Kanani によって更新されました。

RE: Web Content

Liferay Master 投稿: 654 参加年月日: 09/01/06 最新の投稿
Hi Subhash Pavuskar,

It will be stored in Liferay DB's journalarticle table in form of xml. It will be not stored as simple text. Check 'content' column in journalarticle table.

Thanks,
TK
thumbnail
11年前 に Subhash Pavuskar によって更新されました。

RE: Web Content

Regular Member 投稿: 234 参加年月日: 12/03/13 最新の投稿
@Tejas Kanani : thanks for the reply !! One more question i.e when my liferay bundle corrupted and i want my web content back is that possible to get back those content ?
thumbnail
11年前 に Tejas Kanani によって更新されました。

RE: Web Content

Liferay Master 投稿: 654 参加年月日: 09/01/06 最新の投稿
when my liferay bundle corrupted

Assuming that your liferay source is corrupted not database.

You can get it from DB by looking into journalarticle table using any of mysql UI editor.

OR

Alternatively try below thing, (take backup of your existing DB before this if its important data in case any thing wrong happens)
Extract fresh installation for Liferay bundle and in portal-ext.properties point it to the existing DB which has your web content. And start the server.

So that it will pick all your existing data with fresh Liferay instance.

Hope this helps.

Thanks,
TK