-
1. Re: Deployment of Modeshape with CMIS
hchiorean Nov 5, 2014 3:06 AM (in response to vitbit1978)1 of 1 people found this helpfulI think the easiest option is to build/use a WAR similar to https://github.com/ModeShape/modeshape/tree/master/web/modeshape-web-cmis-war
Depending on what type of protocol you want (SOAP, REST, AtomPUB etc) the web.xml will probably be a bit different (you do need to make sure the listeners & context params are present).
So you can either use the above WAR as a Maven artifact and overlay (via the WAR plugin) your own web.xml or you can build a separate module in your project.
-
2. Re: Deployment of Modeshape with CMIS
vitbit1978 Nov 12, 2014 11:35 AM (in response to hchiorean)Thanks, got it working, as you suggested.
Best regards
Vitali
-
3. Re: Deployment of Modeshape with CMIS
hchiorean Nov 12, 2014 12:02 PM (in response to vitbit1978)We've also updated our documentation: ModeShape's CMIS Service - ModeShape 4 - Project Documentation Editor and added an example: modeshape-examples/modeshape-cmis-example at master · ModeShape/modeshape-examples · GitHub which shows how to do this.
The same goes for the REST & WebDAV services.