SpringSource dm Server uses properties files in the SERVER_HOME/config
directory to configure most of its subsystems. Each subsystem has its own properties file, as described in the following table.
Table 7.1. Subsystem Configuration Properties Files
Property File | Description |
---|---|
kernel.properties | Configures the dm Server kernel, in particular the deployment behavior of the server, its work directory, the Equinox telnet console, and profiles. See Configuring the dm Server Kernel for more information. |
repository.properties | Configures the locations that dm Server includes in its provisioning repository. See Configuring the Provisioning Repository for more information. |
hostedRepository.properties | Configures a hosted repository. See Configuring a Hosted Repository for more information. |
There are two subsystems that do not use properties files:
SERVER_HOME/config
directory. For clarity, however, SpringSource dm Server renames the file tomcat-server.xml
(rather than server.xml
), but the format is the same as the standard Apache Tomcat. See Configuring the Embedded Tomcat Servlet Container for more information.serviceability.config
configuration file and format as in the previous version of dm Server. See Configuring Serviceability for more information.