<?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 How to publish documents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66115#M41948</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;I have published a document using Alfresco Webclient as said in Alfresco Tutorial PDF.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now what is the location where the document is published ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also can I publish the directories and files onto my local filesystem so that its available for my application ?&amp;nbsp; If yes, pl give me the steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lalli.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 13:00:58 GMT</pubDate>
    <dc:creator>lalli</dc:creator>
    <dc:date>2006-12-04T13:00:58Z</dc:date>
    <item>
      <title>How to publish documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66115#M41948</link>
      <description>Hi,I have published a document using Alfresco Webclient as said in Alfresco Tutorial PDF.&amp;nbsp; Now what is the location where the document is published ?Also can I publish the directories and files onto my local filesystem so that its available for my application ?&amp;nbsp; If yes, pl give me the steps.Regards,</description>
      <pubDate>Mon, 04 Dec 2006 13:00:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66115#M41948</guid>
      <dc:creator>lalli</dc:creator>
      <dc:date>2006-12-04T13:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66116#M41949</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;Can you tell me how to publish a document using Alfresco WebClient?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find that function in the webclient.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Benson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 17:48:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66116#M41949</guid>
      <dc:creator>mdcl</dc:creator>
      <dc:date>2007-10-09T17:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66117#M41950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Publish is a very vague word, especially considering there is an Alfresco add-in that will publish entire document sets to another server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@lalli:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you log in to Alfresco, and click on the details of the document, at the top of the details should be two links - &lt;/SPAN&gt;&lt;STRONG&gt;View in Browser&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;Download Content&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; One of them serves the file up so you can see it in the browser (if you have the right plugins), the other forces the save/open in application response from your browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for where the content actually is - it's in the alf_data directory as defined in your Alfresco configuration.&amp;nbsp; However, it won't have the same name as what you uploaded it as - it'll have a globally unique name that Alfresco knows about, and has linked to the name you supplied when you uploaded the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your application is webdav compliant, or understands CIFS (ie, Windows network drives), you can either access the document via webdav or a network drive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@mdcl:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you're looking for the WCM module for Alfresco (Web Content Management).&amp;nbsp; It implements an RMI service on the remote server, and allows you to push documents to that server.&amp;nbsp; I went the dirty hack route, and have some perl that maps Alfresco Spaces to remote server + path tuples; it grabs all docs in the space via WebDAV and then pushes the downloaded documents to the appropriate remote server via rsync.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 13:01:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66117#M41950</guid>
      <dc:creator>cricalix</dc:creator>
      <dc:date>2007-10-10T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66118#M41951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi cricalix, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have installed attached the WCM to the Alfresco properly and it works fine at the moment.&amp;nbsp;&amp;nbsp; The situation, I uploaded a pdf file to the Alfresco successfully, and pass through the workflow successfully.&amp;nbsp; Now I need to publish the pdf to a file store.&amp;nbsp; I can't find any button or link for publishing unfortunately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Publishing website is also facing the same problem.&amp;nbsp; I don't know how to deploy the web project to the web server, e.g.&amp;nbsp; I want to publish the web project to the JBOSS itself(same machine).&amp;nbsp; Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Benson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 14:55:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66118#M41951</guid>
      <dc:creator>mdcl</dc:creator>
      <dc:date>2007-10-10T14:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66119#M41952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to configure the deployment server&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 19:38:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66119#M41952</guid>
      <dc:creator>vijay_alfresco</dc:creator>
      <dc:date>2007-10-17T19:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66120#M41953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks vijay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can configure the so-called deployment receiver.&amp;nbsp; It looks like deployment receiver is only for the web site publishing, right?&amp;nbsp; Please correct me if I am wrong.&amp;nbsp; If I just want to publish a pdf or jpg file, how I can do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Benson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 14:52:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66120#M41953</guid>
      <dc:creator>mdcl</dc:creator>
      <dc:date>2007-10-18T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66121#M41954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no Publish option within Alfresco CMS to publish to outside of CMS,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you can export the files (pdf…) within the spaces only, but you can do this using FTP, you can write a Script or check if there is already an existing one on Forge net.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other option would be to move the files through actions to WCM and later you can do a publish from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 21:20:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-documents/m-p/66121#M41954</guid>
      <dc:creator>vijay_alfresco</dc:creator>
      <dc:date>2007-10-22T21:20:16Z</dc:date>
    </item>
  </channel>
</rss>

