Advanced system settings

Last modified by Aurelie Bertrand on 2025/12/04 09:27


In the following, <digdash.appdata> refers to the location you have chosen for saving data (sources, graphics, formats, etc.).
It must be entered in the digdash.properties file under the digdash.appdata or ddenterpriseapi.AppDataPath parameter (see Windows installation guide or Linux Installation Guide).
You can also view it on the "Server Status" page of your server administration pages (server started).

Vocabulary

In all the documentation pages,"applications" refers to the .war files present in the DigDash Enterprise server:

  • Server: ddenterpriseapi.war
  • Dashboard: digdash_dashboard.war
  • Web Studio: studio.war
  • Home page: adminconsole.war

This set of applications forms a domain. Depending on requirements, this domain can be duplicated, for example to have a development context and a production context.

This document describes the advanced settings for the DigDash Enterprise (DDE) server.

The following files will be modified:

❗The server configuration files must be modified with Tomcat switched off. This is done with the following command:

  • Under Linux: use the command service tomcat9 stop
  • Under Windows: right-click on your service ("Tomcat 9" by default), then click on Stop from your Windows Services application.
FileLocation

server.xml

web.xml

Tomcat installation directory.
For example :

  • on Linux: /etc/tomcat9/
  • under Windows : C:\Program Files\Apache Software Foundation\Tomcat 9.0\conf
system.xml<digdash.appdata>/Enterprise Server/ddenterpriseapi/config/system.xml
digdash.properties<DDE Install>/digdash.properties
or /etc/digdash/digdash.properties (on Linux)
or the custom location you would have configured.