Content Services is pre-configured with a set of system configuration parameters. Many of the system configuration parameters are completely exposed as properties, which you can configure for your specific environment requirements.
If you’re configuring other services, integrations or modules, look in the Configure section of each product.
Use the following methods to configure Content Services:
- Admin Console
- Share Admin Tools
- Edit the global properties
- Use a JMX client (such as JConsole)
-
Admin Console
The Admin Console is an administrator’s tool to manage your configuration. You can run the Admin Console from a browser without having to start Alfresco Share. See Repository Admin Console for more information.
-
Share Admin Tools
Share Admin Tools is an administrator’s tool to create and manage users and groups from Alfresco Share, set application preferences, manage categories and tags, and browse the system information in the node browser. See Share Admin Tools for more information.
-
Global properties file
The global properties file (alfresco-global.properties) is used to detect extended properties. For example, when you install Content Services, many of the installation settings are saved in the global properties file. The global properties file is used to detect the extended properties. You can use the global properties to set all your property settings; whenever you make a change, you must restart the server to apply those changes. See Using alfresco-global.properties for more information.
-
JMX client
The JMX client allows you to edit the settings while the system is running. The settings you change are automatically persisted in the database and synchronized across a cluster. When you start up Content Services, the system initially uses the alfresco-global.properties file to set the properties in the JMX client, but then any changes you make in the JMX client persist in the database but are not reflected back into the alfresco-global.properties file. See Using JMX Client to Change Settings Dynamically for more information.