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.10
directory -
Liferay 7.4/DXP:
<inubit-installdir>/server/portal/inubitPlugins/7.4.13
directory
-
-
Extract the
liferay-inubit-bootstrap-1.0.0.jar
archive to a temporary directory. -
Navigate to the
root
directory below the temporary directory created in step 2. -
Open
portal-ext.properties
file -
Copy the property
module.framework.web.generator.excluded.paths
with the provided value to the clipboard. -
Navigate to the
<Liferay_installdir>/
directory. -
Open the
portal-ext.properties
file 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*.jspf
files 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.10
directory -
Liferay 7.4/DXP:
<inubit-installdir>/server/portal/inubitPlugins/7.4.13
directory
-
-
Copy the
com.INUBIT.ibis.portal.liferay.api-1.0.0.jar
file to the<liferay-installdir>/deploy
directory. -
Wait for the message that
com.inubit.ibis.portal.liferay.api-1.0.0.jar
is started to appear in file<Liferay-installdir>/<Tomcat-dir>/logs/catalina.out
or in the startup Command Prompt window (Windows only). -
Copy the
com.INUBIT.ibis.portal.liferay.service-1.0.0.jar
file to the<liferay-installdir>/deploy
directory. -
Wait for the message that
com.inubit.ibis.portal.liferay.service-1.0.0.jar
is started to appear in file<Liferay-installdir>/<Tomcat-dir>/logs/catalina.out
or in the startup Command Prompt window (Windows only). -
Copy the
com.INUBIT.ibis.portal.liferay.service-wsdd-1.0.0.jar
file to the<liferay-installdir>/deploy
directory. -
Wait for the message that
com.inubit.ibis.portal.liferay.service-wsdd-1.0.0.jar
is started to appear in file<Liferay-installdir>/<Tomcat-dir>/logs/catalina.out
or in the startup Command Prompt window (Windows only). -
Clear cache by deleting
<Liferay-installdir>/<Tomcat-dir>/work/Catalina/localhost
folder. -
Adjust all manual adjusted files as you did in the files you have backed up in step 9.