A new parameter was introduced in domain.xml: resetBeforeStarting. I this
parameter is set to true, the FileContentStore will remove all files and
directories under <rootpath> specification, including the rootpath. This
feature is mainly intended for testing purpose, to get a clean environment
after start-up.

WARNING:

If the 
parameter resetBeforeStarting is set to true ALL files and directories are
removed including the rootpath itself!!!!

The default for this parameter is FALSE

Best regards

Juergen Pill


Example:


      <store name="memory" >
                        <parameter name="rootpath">e:\temp\slide</parameter>
                        <parameter
name="resetBeforeStarting">true</parameter>
      </store>



Reply via email to