Updated sample file-servers.xml. Filesystem definitions are now contained in an outer <filesystems> tag

to fix a problem when there is more than one filesystem defined.
Added <offlineFiles/> and commented out <dragAndDrop> sections.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2769 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2006-05-05 08:50:08 +00:00
parent fe670c0755
commit ed72f5c7c2

View File

@@ -30,20 +30,36 @@
</config>
<config evaluator="string-compare" condition="Filesystems">
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<urlFile>
<filename>__AlfrescoClient.url</filename>
<webpath>http://localhost:8080/alfresco/</webpath>
</urlFile>
<filesystems>
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<!-- Add a URL file to each folder that links back to the web client -->
<urlFile>
<filename>__AlfrescoClient.url</filename>
<webpath>http://localhost:8080/alfresco/</webpath>
</urlFile>
<!-- Mark locked files as offline -->
<offlineFiles/>
<!-- Client side drag and drop application for check in/out via CIFS -->
<!--
<accessControl default="Write">
<user name="admin" access="Write"/>
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
</accessControl>
<dragAndDrop>
<filename>__Alfresco.exe</filename>
<path>alfresco/desktop/Alfresco.exe</path>
</dragAndDrop>
-->
</filesystem>
<!--
<accessControl default="Write">
<user name="admin" access="Write"/>
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
</accessControl>
-->
</filesystem>
</filesystems>
</config>
<config evaluator="string-compare" condition="Filesystem Security">