I was trying to set the xml example to work with the local filesystem.
Can I use the slide provided file store as a persistent store?
How do setup slide to interact directly with the local filesystem?
 
I changed the content store section in domain.xml to:
 
<contentstore classname="slidestore.reference.FileContentStore">
  <parameter name="rootpath" >files</parameter >
</contentstore>
 
and run the xml example, but the only thing that happened was the creation of an empty 'files' folder.

Reply via email to