Patching Liferay 7.x/DXP
Prerequisites
You have performed the Default Patch Steps.
An additional patch step regarding patching Liferay is required, refer to List of version-dependent patch steps.
Proceed as follows
-
Navigate to
-
Liferay 7.3/DXP:
<inubit-installdir>/server/portal/inubitPlugins/7.3.10directory -
Liferay 7.4/DXP:
<inubit-installdir>/server/portal/inubitPlugins/7.4.13directory
-
-
Extract the
liferay-inubit-bootstrap-1.0.0.jararchive to a temporary directory. -
Navigate to the
rootdirectory below the temporary directory created in step 2. -
Open
portal-ext.propertiesfile -
Copy the property
module.framework.web.generator.excluded.pathswith the provided value to the clipboard. -
Navigate to the
<Liferay_installdir>/directory. -
Open the
portal-ext.propertiesfile for editing. -
Replace the existing property value for `module.framework.web.generator.excluded.paths `with the value from the clipboard.
-
Back up all manually adjusted files, for example, the
top_js-ext*.jspffiles in the following directory:<Liferay-installdir>/<Tomcat-dir>/webapps/ROOT/html/common/themes -
Restart Liferay for the changes to take effect.
-
Navigate to
-
Liferay 7.3/DXP:
<inubit-installdir>/server/portal/inubitPlugins/7.3.10directory -
Liferay 7.4/DXP:
<inubit-installdir>/server/portal/inubitPlugins/7.4.13directory
-
-
Copy the
com.INUBIT.ibis.portal.liferay.api-1.0.0.jarfile to the<liferay-installdir>/deploydirectory. -
Wait for the message that
com.inubit.ibis.portal.liferay.api-1.0.0.jaris started to appear in file<Liferay-installdir>/<Tomcat-dir>/logs/catalina.outor in the startup Command Prompt window (Windows only). -
Copy the
com.INUBIT.ibis.portal.liferay.service-1.0.0.jarfile to the<liferay-installdir>/deploydirectory. -
Wait for the message that
com.inubit.ibis.portal.liferay.service-1.0.0.jaris started to appear in file<Liferay-installdir>/<Tomcat-dir>/logs/catalina.outor in the startup Command Prompt window (Windows only). -
Copy the
com.INUBIT.ibis.portal.liferay.service-wsdd-1.0.0.jarfile to the<liferay-installdir>/deploydirectory. -
Wait for the message that
com.inubit.ibis.portal.liferay.service-wsdd-1.0.0.jaris started to appear in file<Liferay-installdir>/<Tomcat-dir>/logs/catalina.outor in the startup Command Prompt window (Windows only). -
Clear cache by deleting
<Liferay-installdir>/<Tomcat-dir>/work/Catalina/localhostfolder. -
Adjust all manual adjusted files as you did in the files you have backed up in step 9.