cancel
Showing results for 
Search instead for 
Did you mean: 

how to access a node through external url

pmarreddy
Champ in-the-making
Champ in-the-making
hi,
i am kind of wondering how to access node content like a file inside the repo through external url.

through web client it is http://localhost:8080/alfresco/navigate/showSpaceDetails/workspace/SpacesStore/f400c675-a85c-11da-b9...

but if i not using spacesstore is it the same path http://localhost:8080/alfresco/navigate/showSpaceDetails/workspace/xxxxx

2) one more question regarding rss wher will be the generated rss xml file when we apply the template to the node

thanks prasanth
1 REPLY 1

kevinr
Star Contributor
Star Contributor
1. The last 3 elements on the URL represent the NodeRef (protocol/store/id) to the item you wish to navigate too. So if you are using a different store, then yes you will use a different NodeRef so a different store in the URL.

Do you want to access content directly? If so you want to copy/paste the download URLs from the web-client that use the download servlet. These URLs provide direct access to the content itself rather than a JSF page:
http://www.alfresco.org/mediawiki/index.php/URL_Addressability

2. The generated RSS file is the output from the template itself. So if you are using the template servlet then you will receive the RSS XML as the output from the servlet. You can only really use the RSS template in this way at present.

Thanks,

Kevin