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 JMX in Alfresco


JMX knowledge is very important for any system administrator of Alfresco. The JMX technology is a standard part of the JAVA SE platform that provides a simple way to manage applications, devices, and services. Server properties can be edited and the logger can be enabled without restarting the application. There are various open source tools available in the market such as JConsole, VisualVM, JMap, and so on, which allow you to connect to the JMX interface of the application remotely. JConsole is part of the JavaVM, it is an executable file located at JDK_HOME/bin.

Enabling JMX and connecting to Alfresco through the JMX client

To connect to the Alfresco MBean server via the JMX client, you have to do some configuration to turn it on. MBean is a managed Java object and can represent a device, an application, or any resource that needs to be managed. Only the...