掲示板

How to modify the root.war file and redeploy it again in Liferay 6.1 EE

11年前 に Tapas Mandal によって更新されました。

How to modify the root.war file and redeploy it again in Liferay 6.1 EE

New Member 投稿: 2 参加年月日: 12/11/21 最新の投稿
I am using Liferay version 6.1 EE edition with JBoss server. I have modified the existing ROOT.war file with a new modified theme header and footer, portlet look & feel etc. The structure within this modified ROOT.war file remains the same as the original ROOT.war file with some added image files, CSS files, JS files and template files(vm) in '\html\themes\classic' directory only. I just want to replace the original ROOT.war file with this modified ROOT.war file. Now how should I deploy this replacing the original one? Help would be much appreciated. Thanks.
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: How to modify the root.war file and redeploy it again in Liferay 6.1 EE

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
You shouldn't be directly modifying ROOT.war file. Create a hook plugin or ext plugin and deploy that to modify ROOT.war.

http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/extending-and-customizing-lifer-3
11年前 に Tapas Mandal によって更新されました。

RE: How to modify the root.war file and redeploy it again in Liferay 6.1 EE

New Member 投稿: 2 参加年月日: 12/11/21 最新の投稿
Thank you Hitoshi, I have to check and will try it. I will update in this tread if I face any issues. Thanks again emoticon