Last modified by Aurelie Bertrand on 2026/07/02 11:10

Hide last authors
Aurelie Bertrand 126.1 1 {{ddchildren}}{{/ddchildren}}
2
3 ----
4
5 (% class="box" %)
6 (((
Aurelie Bertrand 127.1 7 In the following, **<digdash.appdata>** refers to the location you have chosen for saving data (sources, graphics, formats, etc.).
8 It must be entered in the **digdash.properties** file under the **digdash.appdata **or **ddenterpriseapi.AppDataPath** parameter (see [[Windows installation guide>>doc:Digdash.deployment.installation.install_guide_windows.WebHome||target="_blank"]] or [[Linux Installation Guide>>doc:Digdash.customization.customization_DDE.customization_api.WebHome||target="_blank"]]).
9 You can also view it on the "Server Status" page of your server administration pages (server started).
Aurelie Bertrand 126.1 10 )))
11
12 (% class="box infomessage" %)
13 (((
Aurelie Bertrand 127.1 14 __Vocabulary__
Aurelie Bertrand 126.1 15
Aurelie Bertrand 127.1 16 In all the documentation pages,**"applications**" refers to the **.war **files present in the DigDash Enterprise server:
Aurelie Bertrand 126.1 17
Aurelie Bertrand 127.1 18 * **Server**: ddenterpriseapi.war
19 * **Dashboard**: digdash_dashboard.war
20 * **Web Studio**: studio.war
21 * **Home page**: adminconsole.war
Aurelie Bertrand 126.1 22
Aurelie Bertrand 127.1 23 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.
Aurelie Bertrand 126.1 24 )))
25
Aurelie Bertrand 127.1 26 This document describes the advanced settings for the DigDash Enterprise (DDE) server.
Aurelie Bertrand 126.1 27
Aurelie Bertrand 127.1 28 The following files will be modified:
Aurelie Bertrand 126.1 29
30 (% class="box warningmessage" %)
31 (((
Aurelie Bertrand 127.1 32 ❗The server configuration files must be modified with Tomcat switched off. This is done with the following command:
Aurelie Bertrand 126.1 33
Aurelie Bertrand 127.1 34 * **Under Linux: **use the command {{code language="shell"}}service tomcat10 stop{{/code}} .
35 * **Under Windows:** right-click on your service ("Tomcat 10" by default), then click on **Stop **from your Windows **Services** application.
Aurelie Bertrand 126.1 36 )))
37
Aurelie Bertrand 127.1 38 |=(% scope="row" %)File|=Location
Aurelie Bertrand 126.1 39 |=(((
40 **server.xml**
41
42 web.xml
43 )))|(((
Aurelie Bertrand 127.1 44 Tomcat installation directory.{{id name="Répertoire_Tomcat"/}}
45 For example :
Aurelie Bertrand 126.1 46
Aurelie Bertrand 127.1 47 * under Linux: /etc/tomcat9/ or /etc/tomcat10/ depending on your version
48 * under Windows : C:\Program Files\Apache Software Foundation\Tomcat 10.0\conf
Aurelie Bertrand 126.1 49 )))
Aurelie Bertrand 127.1 50 |=system.xml|**<digdash.appdata>/Enterprise** Server/ddenterpriseapi/config/system**.xml**
51 |=digdash.properties|<DDE Install>/digdash**.properties**
52 or /etc/digdash/digdash**.properties** (on Linux)
53 or the custom location you would have configured.