Hi,
Using Slide 1.0.16, TC 4.1.29 on windows 2k. Eventually I'd like to store
files/folders and their properties in the same server file system.
After restarting TC already created folders and uploaded files' properties
disappear.
However their uploaded files and dir structure remain. Here is the store
definition fragment from Domain.xml:
<definition>
<store name="file">
<nodestore classname="slidestore.reference.FileContentStore">
</nodestore>
<contentstore classname="slidestore.reference.FileContentStore">
<parameter name="rootpath">e:\IPARCEL</parameter>
<parameter name="version">false</parameter>
<parameter name="resetBeforeStarting">false</parameter>
</contentstore>
</store>
<scope match="/" store="file" />
</definition>
Could you tell me what I'm doing wrong?
Thanks in advance
lk