The zip file contains a ready-to-use WAR file, a sample configuration file and the source code.
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.
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.
I hope I don't have to explain that. It has only be tested with Tomcat 6 so far.
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.