<?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 File Path in FSR in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263789#M216919</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 developed some web content using Alfresco, my content template has some images which are picked from the $Web_Project/images folder, so ideally when i create the content the images are placed in relative paths like "/images/a.png".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a FSR to deploy the content on to the File System to a folder say /var/alfresco-dep, this has all the folders of my $WEB_PROJECT/ROOT. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when consume the html web content published to FSR using my Portlet i see the image paths are broken, since they refer to /images/…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can any one tell me how make these image paths as absolute when publishing the HTML Web Conten to FSR so that my images or css or javascript paths are not broken.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~Kamesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2011 10:09:07 GMT</pubDate>
    <dc:creator>kamesh_sampath</dc:creator>
    <dc:date>2011-08-08T10:09:07Z</dc:date>
    <item>
      <title>File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263789#M216919</link>
      <description>Hi,I have developed some web content using Alfresco, my content template has some images which are picked from the $Web_Project/images folder, so ideally when i create the content the images are placed in relative paths like "/images/a.png".I use a FSR to deploy the content on to the File System to</description>
      <pubDate>Mon, 08 Aug 2011 10:09:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263789#M216919</guid>
      <dc:creator>kamesh_sampath</dc:creator>
      <dc:date>2011-08-08T10:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263790#M216920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its probably easiest if you just stick with relative paths.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 10:31:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263790#M216920</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-08-08T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263791#M216921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I stick to relative path then how do I consume the same form my Portlet. My Portlet sits i Liferay and when I say "/images" its going to search it inside my Liferay server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 10:34:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263791#M216921</guid>
      <dc:creator>kamesh_sampath</dc:creator>
      <dc:date>2011-08-08T10:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263792#M216922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It may help if you spell out your paths and what you want deployed where.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Either you need to change your portlet to not select an absolute so something like ../images.&amp;nbsp;&amp;nbsp; Or alternativly you could actually deploy images to the root of your web server so /images works and has the images in the right place.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 11:41:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263792#M216922</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-08-08T11:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263793#M216923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;its like this, the Web Content are all deployed @ &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; /var/alfresco-deployments/&amp;lt;project&amp;gt;/images&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; /var/alfresco-deployments/&amp;lt;project&amp;gt;/css&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; /var/alfresco-deployments/&amp;lt;project&amp;gt;/js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; /var/alfresco-deployments/&amp;lt;project&amp;gt;/content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually i was thinking using /var/www/html for deploying all static content like images,css,js which when hooked with applications will automatically pick the path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Was just evaluating sans httpd approach to arbitary file system&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 12:58:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263793#M216923</guid>
      <dc:creator>kamesh_sampath</dc:creator>
      <dc:date>2011-08-08T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263794#M216924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FSR on Linux&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;——————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;am trying to do a FSR to a HTTPD server which has the docroot –&amp;gt; /var/www/html , i had given the rwx permissions to the user how is running FSR/Alfresco. But when I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run the deployment am not able to see the content being deployed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I give the deployment something to the user home folder, i see the content being deployed properly. Few things am not sure is if I am missing some permission setting for the folder&amp;nbsp; /var/www/html&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help in this regard will be good &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~Kamesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 09:19:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263794#M216924</guid>
      <dc:creator>kamesh_sampath</dc:creator>
      <dc:date>2011-08-09T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263795#M216925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If there's a permissions error there will be a message in the log files.&amp;nbsp;&amp;nbsp; Are there any errors in your deployment.log?&amp;nbsp; Or on the deployment page in explorer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 10:21:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263795#M216925</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-08-09T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: File Path in FSR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263796#M216926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;nope there are no errors in logs, or in the screen when deployment is happening - thats the crucial problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 11:19:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/file-path-in-fsr/m-p/263796#M216926</guid>
      <dc:creator>kamesh_sampath</dc:creator>
      <dc:date>2011-08-09T11:19:33Z</dc:date>
    </item>
  </channel>
</rss>

