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

Installing Solr


Solr can be installed via the Alfresco installation wizard within Alfresco. In this case, both Alfresco and Solr will be in the same application server. By default, Solr4 will be enabled. But if you are installing Alfresco in an application server other than Tomcat, you have to install Solr4 separately on Tomcat. Also, as the indexing process is memory- and CPU-intensive, it is always recommended to install Solr on a different machine to Alfresco.

Let's go through the steps to install Solr as an independent application on a Tomcat server.

Before we dive into the detail, let's consider that ALFRESCO_HOME and SOLR_HOME are two directories where Alfresco and Solr are installed. Both are installed in separate Tomcat servers.

For example:

  • ALFRESCO_HOME = /opt/alfresco

  • SOLR_HOME = /opt/solr

The installation steps are as follows:

  1. Install the Tomcat application based on the Alfresco supported platform. Download the Tomcat core binary distribution from http://tomcat.apache.org.Unpack...