<?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 Installing the OpenCMIS InMemory Repository web application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/installing-the-opencmis-inmemory-repository-web-application/m-p/305673#M258803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I successfully Installed Alfresco 5.0. I read on the forum that version 4.2x already has the openCMIS/CMIS extension built-in. What about this version 5.0? And are the links to the CMIS atom the same for Alfresco 5. I tried to use the urls provided on this link ( &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/forum/developer-discussions/alfresco-api/cmis-resources-tutorials-and-examples-03212012-1456" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/forum/developer-discussions/alfresco-api/cmis-resources-tutorials-and-examples-03212012-1456&lt;/A&gt;&lt;SPAN&gt; ), but all I get is a xml page, and I don't know what I have to do next. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am following the steps in the book "CMIS and Apache Chemistry in Action". When unpacking the 'OpenCMIS Server Webapps' (chemistry-opencmis-dist-0.12.0-server-webapps.zip)package I installed from chemistry.apache.org, I could not find the file run.bat as indicated in the book called "CMIS and Apache Chemistry in Action". I did find a file called 'chemistry-opencmis-server-inmemory-0.12.0.war', which is actually the one I should have found when downloading the server file from chemistry.apache.org (as indicated in the book), instead this one is a war file. After unpacking this war file, I still don't get this run.bat file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really like to know if there is another link to download this server webapp, or maybe you guys know what I may be doing wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2014 13:52:15 GMT</pubDate>
    <dc:creator>a_palm</dc:creator>
    <dc:date>2014-10-06T13:52:15Z</dc:date>
    <item>
      <title>Installing the OpenCMIS InMemory Repository web application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-the-opencmis-inmemory-repository-web-application/m-p/305673#M258803</link>
      <description>I successfully Installed Alfresco 5.0. I read on the forum that version 4.2x already has the openCMIS/CMIS extension built-in. What about this version 5.0? And are the links to the CMIS atom the same for Alfresco 5. I tried to use the urls provided on this link ( http://forums.alfresco.com/forum/dev</description>
      <pubDate>Mon, 06 Oct 2014 13:52:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-the-opencmis-inmemory-repository-web-application/m-p/305673#M258803</guid>
      <dc:creator>a_palm</dc:creator>
      <dc:date>2014-10-06T13:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing the OpenCMIS InMemory Repository web application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-the-opencmis-inmemory-repository-web-application/m-p/305674#M258804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The CMIS API is present and should be the same as in 4.2.&amp;nbsp; namely &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/-default-/cmis/versions/1.0/atom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/-default-/cmis/versions/1.0/atom&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;* &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/-default-/cmis/versions/1.1/atom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/-default-/cmis/versions/1.1/atom&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;* &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/-default-/cmis/versions/1.1/browser" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/-default-/cmis/versions/1.1/browser&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have a .war file then that needs to be run in an application server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 15:02:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-the-opencmis-inmemory-repository-web-application/m-p/305674#M258804</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-10-06T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Installing the OpenCMIS InMemory Repository web application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-the-opencmis-inmemory-repository-web-application/m-p/305675#M258805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much. I copy paste the .war files into the Alfresco/tomcat/webapps folder, restarted the Tomcat server and then went to the link which was indicated in the book "CMIS and Apache Chemistry in Action", although I had to change it a bit, cause I had Tomcat on port 8080 and the filename of the downloaded file of InMemory Repository was different of whats written in the book. But it all worked. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 20:34:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-the-opencmis-inmemory-repository-web-application/m-p/305675#M258805</guid>
      <dc:creator>a_palm</dc:creator>
      <dc:date>2014-10-06T20:34:39Z</dc:date>
    </item>
  </channel>
</rss>

