Installation Instructions
1. Unpack zip file
The zip file contains a ready-to-use WAR file, a sample configuration file and the source code.
2. Copy cmisfs-config.xml to your home directory
cmisfs-config.xml is the configuration file. CMIS FileShare tries to find it in your home directory.
If you prefer a different location for this file add -Dde.fmui.cmisfs.config=/absolute/path/of/config/file to your Java configuration.
3. Edit cmisfs-config.xml with a text editor
Insert the absolute path of the repository root folder at the marked position. You may also add or change repositories, logins and types. Make sure that this file is UTF-8 encoded! A detailed explanation of the configuration file can be found here.
4. Deploy cmis.war to your favorite Servlet container
I hope I don't have to explain that. It has only be tested with Tomcat 6 so far.
5. Test your installation
The Servlet engine should expose these endpoints:
SOAP: http:<host>/cmis/services/RepositoryService?wsdl
http:<host>/cmis/atom
AtomPub:
Info: http:<host>/cmis/info
http:<host>/cmis/browse
Browse:
Open them in a web browser. The SOAP endpoint should return the CMIS WSDL. The AtomPub endpoint should return the CMIS service document after you have logged in. (Users and pwasswords are in the configuration file.)
If it doesn't work check the log file of your Servlet container. It should indicate what is wrong. If you still have problems don't hesitate to contact me.