mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added default <serverEnabled .../> tags, CIFS/FTP enabled, NFS disabled.
Added 'AVM' shared filesystem, using the virtualization view. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4814 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<alfresco-config area="file-servers">
|
||||
|
||||
<config evaluator="string-compare" condition="CIFS Server">
|
||||
<serverEnable enabled="true"/>
|
||||
<host name="${localname}_A"/>
|
||||
<comment>Alfresco CIFS Server</comment>
|
||||
|
||||
@@ -26,15 +27,18 @@
|
||||
</config>
|
||||
|
||||
<config evaluator="string-compare" condition="FTP Server">
|
||||
<serverEnable enabled="true"/>
|
||||
<!-- <debug flags="File,Search,Error,Directory,Info,DataPort"/> -->
|
||||
</config>
|
||||
|
||||
<config evaluator="string-compare" condition="NFS Server">
|
||||
<disableNFS/>
|
||||
<serverEnable enabled="false"/>
|
||||
</config>
|
||||
|
||||
<config evaluator="string-compare" condition="Filesystems">
|
||||
<filesystems>
|
||||
|
||||
<!-- Alfresco repository access shared filesystem -->
|
||||
<filesystem name="Alfresco">
|
||||
<store>workspace://SpacesStore</store>
|
||||
<rootPath>/app:company_home</rootPath>
|
||||
@@ -111,6 +115,12 @@
|
||||
</accessControl>
|
||||
-->
|
||||
</filesystem>
|
||||
|
||||
<!-- AVM virtualization view of all stores/versions for WCM -->
|
||||
<avmfilesystem name="AVM">
|
||||
<virtualView/>
|
||||
</avmfilesystem>
|
||||
|
||||
</filesystems>
|
||||
</config>
|
||||
|
||||
|
Reference in New Issue
Block a user