This document describes a simple document management system (sDMS) created to allow collaboration on documents. It discusses document management systems and standards like JSR-170. The sDMS uses Apache Jackrabbit to store and retrieve documents from a content repository with an Apache Derby database. It has features like authentication, file uploading/downloading, versioning, locking and searching. The architecture includes a client interface, web container and storage layer. Testing showed it performs as expected. Future work includes improving search, interfaces and adding features.