You are here

Modifying Spring bean definition files

For advanced configuration, you can also extend or override the Spring bean definitions that control the SkyVault Community Edition Java classes.

The Spring bean definitions are within configuration files in the following directories:
  • The <extension> directory contains the configuration files for extending SkyVault Community Edition.
  • The <web-extension> directory contains the configuration files for extending SkyVault Share.
  1. Browse to the <extension> directory. For example, for Tomcat:
    • (Windows) C:\Alfresco\tomcat\shared\classes\alfresco\extension
    • (Linux) tomcat/shared/classes/alfresco/extension

    Each file has a copy with a .sample extension.

  2. Open the configuration file with the .sample extension.
  3. Add your configurations to the file.
  4. Save the file without the .sample extension.