Date: 2004-11-04T16:09:52
Editor: BrianLee <[EMAIL PROTECTED]>
Wiki: Jakarta-Slide Wiki
Page: WebDavConstructionKit
URL: http://wiki.apache.org/jakarta-slide/WebDavConstructionKit
no comment
Change Log:
------------------------------------------------------------------------------
@@ -688,3 +688,33 @@
}
}}}
+To get this working you have to make changes to the domain.xml file.
+For more information on this file see DomainConfig
+
+{{{
+<store name="simple">
+ <parameter name="cache-mode">cluster</parameter>
+ <nodestore classname="org.apache.slide.store.simple.WebdavStoreAdapter">
+ <parameter
name="callback-store">org.apache.slide.store.simple.WebdavFileStore</parameter>
+ <parameter name="rootpath">c:/tmp</parameter>
+ </nodestore>
+ <contentstore>
+ <reference store="nodestore"/>
+ </contentstore>
+ <revisiondescriptorsstore>
+ <reference store="nodestore"/>
+ </revisiondescriptorsstore>
+ <revisiondescriptorstore>
+ <reference store="nodestore"/>
+ </revisiondescriptorstore>
+ <!-- comment this out when you want to use the locking from the memory store -->
+ <lockstore>
+ <reference store="nodestore"/>
+ </lockstore>
+ <securitystore classname="org.apache.slide.store.mem.TransientSecurityStore"/>
+ <!-- uncomment this when you want to use the the locking from the memory store
-->
+ <!--lockstore classname="org.apache.slide.store.mem.TransientLockStore"/-->
+</store>
+<scope match="/files" store="simple"/>
+}}}
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]