[en] For Standard Stack users, your Acrolinx installation directory has many files that you can update to adapt your Acrolinx installation. The most commonly updated files are the core server property file and the language configuration files. Edit overlay copies of these files in your server configuration directory to configure your Acrolinx installation. You can then update these copies with the settings that you want to change.
[en] The following articles will give you an idea of how to use the configuration directory:
[en] The following table lists the most commonly customized configuration files. All paths are relative to the server installation directory.
[en] Name |
[en] Description |
---|---|
[en] |
[en] The properties file of the core server. Depending on your installation, your path might look like this: |
[en] |
[en] The default language configuration file for all language configurations. It includes settings common to all configurations and controls how the server allocates the language configurations to language servers. You'll find this file in the directory: |
[en] A comment (a line starting with #) introduces a property or a group of properties controlling the same functionality. For example:
# language dependent resources for English
[en] The property or the properties start on the next line, for example:
name=English
[en] Each property has the form of a name, followed by an equal sign (=) and its value.
Anmerkung
[en] You don't have to add a space between the property name, the =, and the property value.
[en] To disable a specific property, follow this step:
-
[en] Insert a hash mark (#) at the beginning of the line.
Warnung
[en] Don’t disable a required property. Disabling a required property can disable the Acrolinx Platform.
[en] When you start the core server, the server copies the most commonly edited files in your installation to the configuration directory. These "overlay copies" are empty or include help information only. The server creates these files and related subdirectories so that it’s easier for you to update your installation. The following overlay copies are created by default in the configuration directory:
server/bin/coreserver.properties server/bin/persistence.properties data/configurations.properties