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

The basics of Alfresco configuration


Alfresco can be easily configured based on business needs. We can enable or disable components based on certain requirements. Alfresco exposes its configuration in its properties and an .xml file, which makes it easy configurable.

All the configuration files in Alfresco are in the <configroot> and <configrootShare> directory, which are within the expanded Alfresco and Share .war based on the application server it is deployed.

For Tomcat, these directories are:

  • <TOMCAT_HOME>/webapps/alfresco/WEB-INF/classes/alfresco

  • <TOMbCAT_HOME>/webapps/share/WEB-INF/classes/alfresco

The repository.properties file is one of the most important files which holds all the important repository configurations for a database, content store, and index. This file is moved to a JAR file in Alfresco 5.x.

Some of the important properties of Alfresco are:

  • dir.*: This is the default configuration for the content store

  • db.*: This is the default configuration for...