cancel
Showing results for 
Search instead for 
Did you mean: 

Installing the OpenCMIS InMemory Repository web application

a_palm
Champ in-the-making
Champ in-the-making
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/developer-discussions/alfresco-api/cmis-resources-tutorials-and-exa... ), but all I get is a xml page, and I don't know what I have to do next.

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.

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.

Thanks in Advance.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
The CMIS API is present and should be the same as in 4.2.  namely

* http://localhost:8080/alfresco/api/-default-/cmis/versions/1.0/atom
* http://localhost:8080/alfresco/api/-default-/cmis/versions/1.1/atom
* http://localhost:8080/alfresco/api/-default-/cmis/versions/1.1/browser


If you have a .war file then that needs to be run in an application server.


a_palm
Champ in-the-making
Champ in-the-making
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.