Needed Manual Update Steps

OpenCms version: 6.0.4

Press here to open this list in a new window for printing.

Update of the configuration Files

To enable the new features of OpenCms 6.0.4, a configuration file must be modified. Since you might have done changes to your config files already, the following paragraph describes which nodes in the config file must be changed. The configuration files can be located in the WEB-INF/config/ subfolder of your OpenCms installation.

opencms-system.xml

Exchange the <resourceinit/> node with

<resourceinit>
  <resourceinithandler class="org.opencms.file.CmsBackupResourceHandler"/>
</resourceinit>

opencms-vfs.xml

Add the following entries to the <widgets> node:

<widget class="org.opencms.widgets.CmsMultiSelectWidget" alias="MultiSelectWidget" />
<widget class="org.opencms.widgets.CmsDisplayWidget" alias="DisplayWidget" />

Remove old JAR files

Remove the Java archives jstl-1.1.2.jar and standard-1.1.2.jar in folder WEB-INF/lib.

Completing the update

Restart the servlet container after you made the changes to the configuration files and replaced the opencms.tld. Login to OpenCms and switch to the Adminstration view. Select "Flex Cache Adminstration" and press the "Purge JSP respository" button there. After this, the update process has been completed.