mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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 -->
|
||||
<!--
|
||||
<dragAndDrop>
|
||||
<filename>__Alfresco.exe</filename>
|
||||
<path>alfresco/desktop/Alfresco.exe</path>
|
||||
</dragAndDrop>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<accessControl default="Write">
|
||||
<user name="admin" access="Write"/>
|
||||
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
|
||||
</accessControl>
|
||||
<accessControl default="Write">
|
||||
<user name="admin" access="Write"/>
|
||||
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
|
||||
</accessControl>
|
||||
-->
|
||||
</filesystem>
|
||||
</filesystem>
|
||||
</filesystems>
|
||||
</config>
|
||||
|
||||
<config evaluator="string-compare" condition="Filesystem Security">
|
||||
|
Reference in New Issue
Block a user