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

Show last authors
1 {{ddchildren}}{{/ddchildren}}
2
3 ----
4
5 (% class="box" %)
6 (((
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.deployment.installation.install_guide_ubuntu.WebHome||target="_blank"]]).
9 You can also view it on the "Server Status" page of your server administration pages (server started).
10 )))
11
12 (% class="box infomessage" %)
13 (((
14 __Vocabulary__
15
16 In all the documentation pages,**"applications**" refers to the **.war **files present in the DigDash Enterprise server:
17
18 * **Server**: ddenterpriseapi.war
19 * **Dashboard**: digdash_dashboard.war
20 * **Web Studio**: studio.war
21 * **Home page**: adminconsole.war
22
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.
24 )))
25
26 This document describes the advanced settings for the DigDash Enterprise (DDE) server.
27
28 The following files will be modified:
29
30 (% class="box warningmessage" %)
31 (((
32 ❗The server configuration files must be modified with Tomcat switched off. This is done with the following command:
33
34 * **Under Linux: **use the command {{code language="shell"}}service tomcat9 stop{{/code}}
35 * **Under Windows:** right-click on your service ("Tomcat 9" by default), then click on **Stop **from your Windows **Services** application.
36 )))
37
38 |=(% scope="row" %)File|=Location
39 |=(((
40 **server.xml**
41
42 web.xml
43 )))|(((
44 Tomcat installation directory.{{id name="Répertoire_Tomcat"/}}
45 For example :
46
47 * on Linux: /etc/tomcat9/
48 * under Windows : C:\Program Files\Apache Software Foundation\Tomcat 9.0\conf
49 )))
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.