Configuration
This chapter gives details of the most important configuration options.
The default values of all options for each web app are defined in the file [INSTALL_FOLDER]/webapp/[WEBAPP_NAME]/WEB-INF/classes/default-application.properties
.
Do not edit the file default-application.properties
.
To override the default values, add the parameters to be adjusted to the central configuration file [DATA_FOLDER]/application.properties
.
The [DATA_FOLDER]
folder is specified during installation and is set to [INSTALL_FOLDER]/data
by default.
After installation, some configuration properties are already specified in the file application.properties
, which means they overwrite the default properties.
After changing one of the configuration files a restart of the web application is necessary (you can alternatively restart the complete Tomcat server). |