Installing / removing patches

1 Installing patches

Java patches:


sudo -u node -s
mkdir -p /Node/tomcat/shared/classes
cd /Node/tomcat/shared/classes
cp patch.jar /Node/tomcat/shared/classes
jar xf patch.jar

Before doing a Gentics CMS update, any patches should be removed, unless you are absolutely sure that it is compatible with the new version. Patched Gentics CMS installations are not supported by Gentics, unless given by Gentics support.

2 Removing patches

Java patches:


	rm -fR /Node/tomcat/shared/classes/*

PHP patches will be overwritten automatically when updating.