Planning considerations > Document custom configurations

Document custom configurations

Managing Activator typically involves making custom changes to fit your processing needs. This can mean editing system files or adding your own scripts and Java classes for purposes such as post-processing, in-line processing, parsing, pluggable transports or other custom changes.

The extent of custom changes depends on the complexity of your configuration. Regardless of the complexity, the best practice is to document your changes and keep copies of custom scripts or code files.

Activator provides a file system directory to help in documenting custom changes. The directory is <install directory>\site. A readme text file there provides an overview. An advantage of using the site directory is that upon upgrading to a new version, the contents of the site directory from the old installation directory tree are copied to the new version as part of the installation process.

The site directory has subdirectories with the following recommended uses.

Related topics