Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit f69fac5

Browse files
Enable VAADIN production mode SORMAS-Foundation#2183
1 parent 834a0e2 commit f69fac5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

  • sormas-rest/src/main/webapp/WEB-INF
  • sormas-ui/src/main/webapp/WEB-INF

sormas-rest/src/main/webapp/WEB-INF/web.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
version="3.1">
77

88
<display-name>SORMAS Rest Interface</display-name>
9+
<context-param>
10+
<description>Vaadin Production Mode</description>
11+
<param-name>productionMode</param-name>
12+
<param-value>true</param-value>
13+
</context-param>
914

1015
<security-role>
1116
<role-name>USER</role-name>

sormas-ui/src/main/webapp/WEB-INF/web.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
version="3.1">
77

88
<display-name>SORMAS Web Interface</display-name>
9+
<context-param>
10+
<description>Vaadin Production Mode</description>
11+
<param-name>productionMode</param-name>
12+
<param-value>true</param-value>
13+
</context-param>
914

1015
<security-role>
1116
<role-name>USER</role-name>

0 commit comments

Comments
 (0)