If I put something like this

<store name="tx">
  <nodestore 
classname="org.apache.slide.store.txfile.TxXMLFileDescriptorsStore">
    <parameter name="rootpath">/somewhere/store/metadata</parameter>
    <parameter name="workpath">/somewhere/work/metadata</parameter>
  </nodestore>
  <securitystore>
    <reference store="nodestore"/>
  </securitystore>
  <lockstore>
    <reference store="nodestore"/>
  </lockstore>
  <revisiondescriptorsstore>
    <reference store="nodestore"/>
  </revisiondescriptorsstore>
  <revisiondescriptorstore>
    <reference store="nodestore"/>
  </revisiondescriptorstore>
  <contentstore classname="org.apache.slide.store.txfile.TxFileContentStore">
    <parameter name="rootpath">/somewhere/store/content</parameter>
    <parameter name="workpath">/somewhere/work/content</parameter>
  </contentstore>
</store>

can I assume that metadata and contents will go under the /somewhere directory
in the file system ? 

-- 
 /\            ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
  //--\ | | \|  |   Integralista GNUslamico  
\/                  e allevatore di bug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to