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.
../site/conf
.alerts.xml
or events.xml
file in <install directory>\conf
, document the changes in a text file and save it here. When upgrading, use the notes to make the same changes to the alerts.xml
or events.xml
in the new version.filereg.xml
file. The filereg.xml
file installed with a new version should always be used.commonPath
entry from filereg.xml
.<install directory>\jars
. This includes JAR files; there is no need to explicitly add them to the classpath.