<?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 CIFS issues in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/47581#M27031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've installed Alfreso/JBoss with no trouble.&amp;nbsp; The Web client runs fine.&amp;nbsp; I've gotten CIFS running on one installation for testing.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't get it running on a second install.&amp;nbsp; The second one is part of a domain, but I can't change the domain in file-server-custom.xml.&amp;nbsp; Any changes I make there don't appear to take affect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; There is another thread :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=4937&amp;amp;sid=35f67d151459bdea082603ec4e04de1f" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=4937&amp;amp;sid=35f67d151459bdea082603ec4e04de1f&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That describes what I think is the same problem but I can't see the files where they are described here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone had this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2007 14:52:55 GMT</pubDate>
    <dc:creator>paul_jacobs</dc:creator>
    <dc:date>2007-02-08T14:52:55Z</dc:date>
    <item>
      <title>CIFS issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/47581#M27031</link>
      <description>I've installed Alfreso/JBoss with no trouble.&amp;nbsp; The Web client runs fine.&amp;nbsp; I've gotten CIFS running on one installation for testing.&amp;nbsp; I can't get it running on a second install.&amp;nbsp; The second one is part of a domain, but I can't change the domain in file-server-custom.xml.&amp;nbsp; Any changes I make there don</description>
      <pubDate>Thu, 08 Feb 2007 14:52:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/47581#M27031</guid>
      <dc:creator>paul_jacobs</dc:creator>
      <dc:date>2007-02-08T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/47582#M27032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to remove the .sample from network-protocol-context.xml.sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In JBoss you would find this file under:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JBOSS_HOME\server\&amp;lt;config-name&amp;gt;\conf\alfresco\extension\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Aladdin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 03:26:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/47582#M27032</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2007-02-09T03:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/47583#M27033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on the referenced thread, there are two file-server-custom.xml files. One in the standard "extension" directory that should be there and one that appears accidentally (maybe intentionally) bundled into the aldresco.war file. Actually there may be three if your jboss explodes war files upon deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can cheat and just edit "file-servers.xml" file, though most will say not to do that (by the time you upgrade you will have forgotten that you made that change, plus a re-deploy of the war could over-write the file).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second is removing the offending file entirely. The exact jar commands maybe a bit off as i'm going by memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Find "alfresco.war".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2a. On unix extract the archive with "jar -xvf alfresco.war" this assumes you have your path correctly set to run the jar command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2b. On windows, open the archive the same way via a command prompt or use an archive tool like 7-zip (my preference when I have to windows).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Find the file "file-server-custom.xml" and delete it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4a. On unix re-create the alfresco.war file with "jar -cvf alfresco.war alfresco"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4b.&amp;nbsp; On windows if using jar see step 4a otherwise just close the archive in 7-zip and it will prompt then save the updated version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Restart jboss.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The offending path will be "alfresco\WEB-INF\classes\alfresco\extension\file-server-custom.xml" in the webapp root of jboss.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That should do the trick.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 03:52:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/47583#M27033</guid>
      <dc:creator>prototribe</dc:creator>
      <dc:date>2007-02-09T03:52:44Z</dc:date>
    </item>
  </channel>
</rss>

