<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Documentation for Labs 3.2 file-servers configuration? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/documentation-for-labs-3-2-file-servers-configuration/m-p/204660#M157790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I recently built Alfresco from the Subversion HEAD and noticed that Labs 3.2 seems to configure its file-servers quite differently. The instructions at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Configuration&lt;/A&gt;&lt;SPAN&gt; no longer seem to apply. Does anyone know if documentation exists that explains the changes? I'm running Labs 3.2 _Preview2_dev build r-1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Labs 3.1 and earlier, making changes to file servers like CIFS, FTP, NFS, were configured in the "file-servers-custom.xml" file in the extension directory in the classpath (i.e. alfresco/extension). The code in Labs 3.2 seems to ignore the file-servers-custom.xml file and instead reads file-server configurations from the classpath directory "&lt;/SPAN&gt;&lt;STRONG&gt;alfresco/extension/subsystems/fileServers/default/default&lt;/STRONG&gt;&lt;SPAN&gt;". This change caught me by surprise and took me a little while to figure out it was the cause of my CIFS server breaking – and the FTP server being started using IPV6, which got me a protocol exception on my Windows dev box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the 3.2 way of doing things, one improvement seems to be you can now define an override "file-servers.properties" by adding a properties file to the new "subsystems" extension path. I'm still in the dark about the use of the "default/default" directories under the fileServers subsystem extension directory. Anyone know their meaning when configuring Alfresco file servers? The configuration path seems to be set in the class org.alfresco.repo.management.subsystems.ChildApplicationContextFactory, with the first "default" subdirectory being the Type Name and the 2nd default sub-subdirectory being the ID of the "fileServers" subsystem category. I have yet to figure out where the Type Name and ID come from and whether they *should* be set to a value other than "default".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone seen documentation on the new file-servers configuration for Labs 3.2? Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2009 00:10:48 GMT</pubDate>
    <dc:creator>mcq</dc:creator>
    <dc:date>2009-04-30T00:10:48Z</dc:date>
    <item>
      <title>Documentation for Labs 3.2 file-servers configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/documentation-for-labs-3-2-file-servers-configuration/m-p/204660#M157790</link>
      <description>I recently built Alfresco from the Subversion HEAD and noticed that Labs 3.2 seems to configure its file-servers quite differently. The instructions at http://wiki.alfresco.com/wiki/File_Server_Configuration no longer seem to apply. Does anyone know if documentation exists that explains the changes?</description>
      <pubDate>Thu, 30 Apr 2009 00:10:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/documentation-for-labs-3-2-file-servers-configuration/m-p/204660#M157790</guid>
      <dc:creator>mcq</dc:creator>
      <dc:date>2009-04-30T00:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation for Labs 3.2 file-servers configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/documentation-for-labs-3-2-file-servers-configuration/m-p/204661#M157791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Apologies, the IPv6 setting was left on from some testing - i've turned it off again and will be correct in the next nightly build or current SVN HEAD codeline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kev&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 09:06:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/documentation-for-labs-3-2-file-servers-configuration/m-p/204661#M157791</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2009-04-30T09:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation for Labs 3.2 file-servers configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/documentation-for-labs-3-2-file-servers-configuration/m-p/204662#M157792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for updating the file-servers.properties files in HEAD. I noticed you changed the old file in &lt;/SPAN&gt;&lt;EM&gt;HEAD/root/projects/repository/config/alfresco&lt;/EM&gt;&lt;SPAN&gt; as well as the active (real?) one in &lt;/SPAN&gt;&lt;EM&gt;HEAD/root/projects/repository/config/alfresco/subsystems/fileServers/default&lt;/EM&gt;&lt;SPAN&gt;. As far as I can tell, the "file-servers.properties" file in the &lt;/SPAN&gt;&lt;EM&gt;…/config/alfresco&lt;/EM&gt;&lt;SPAN&gt; directory is no longer used. The Ant script still deploys it to &lt;/SPAN&gt;&lt;EM&gt;WEB-INF/classes/alfresco&lt;/EM&gt;&lt;SPAN&gt;, along with the file "file-servers.xml", but I believe neither of these files is read during Alfresco configuration at startup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I'm wrong, I'd appreciate the correction. If I'm right, perhaps these two (what I believe to be outdated) configuration files should be removed from the alfresco.war so as not to confuse other users of the Labs 3.2 preview version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For what it's worth, I updated the &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Configuration&lt;/A&gt;&lt;SPAN&gt; to signal readers that it no longer applies to the upcoming Labs 3.2 version, and to give a pointer to the correct configuration directories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 15:23:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/documentation-for-labs-3-2-file-servers-configuration/m-p/204662#M157792</guid>
      <dc:creator>mcq</dc:creator>
      <dc:date>2009-05-05T15:23:53Z</dc:date>
    </item>
  </channel>
</rss>

