Book Image

Alfresco for Administrators

By : Vandana Pal
Book Image

Alfresco for Administrators

By: Vandana Pal

Overview of this book

Alfresco is an open source Enterprise Content Management (ECM) system for Windows and Linux-like operating systems. The year-on-year growth of business connections, contacts, and communications is expanding enterprise boundaries more than ever before. Alfresco enables organizations to collaborate more effectively, improve business process efficiency, and ensure information governance. The basic purpose of Alfresco is to help users to capture and manage information in a better way. It helps you capture, organize, and share binary files. This book will cover the basic building blocks of an Alfresco system, how the components fit together, and the information required to build a system architecture. This book will also focus on security aspects of Alfresco. such as authentication, troubleshooting, managing permissions, and so on. It will also focus on managing content and storage, indexing and searches, setting up clustering for high availability, and so forth.
Table of Contents (17 chapters)
Alfresco for Administrators
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Understanding the content store architecture


The content store controls the creation and deletion of binary content in the filesystem. We have already covered a few details on this in earlier chapters. The dir.root property in the alfresco-global.properties (<Tomcat_Home>/shared/classes) file defines the root binary file storage location.

Let's, for example, examine the path specified in dir.root which is /mnt/alf_data. Beneath this directory, there are two folders: contentstore and contentstore.deleted, which will be created the first time Alfresco is started. Let's have a look at the details of the folder:

  • contentstore: All active and archive content is being stored here. Based on content creation time, a directory hierarchy is created. All the files will have a unique name and the .bin extension. Let's say there is a file named Employee Handbook.doc being uploaded in Alfresco on January 20, 2015 at 10:50 A.M., then the file will be stored in /mnt/alf_data/contentstore/2015/1/20...