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

Commit 7b0ea5c

Browse files
Remove parameter from web.xml in sormas-rest, update Readme SORMAS-Foundation#2183
1 parent e624650 commit 7b0ea5c

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

SERVER_DEV_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ If you are doing active development on Keycloak (themes, authentication mechanis
5252

5353
## VAADIN Debug Mode
5454

55-
To enable [VAADIN Debug Mode](https://vaadin.com/docs/v8/framework/advanced/advanced-debug.html), go to ``sormas-ui/src/main/webapp/WEB-INF/web.xml`` and ``sormas-rest/src/main/webapp/WEB-INF/web.xml`` and set ``productionMode`` to ``false``.
56-
Make sure not to commit your changes to these files, for example by using .gitignore.
55+
To enable [VAADIN Debug Mode](https://vaadin.com/docs/v8/framework/advanced/advanced-debug.html), go to ``sormas-ui/src/main/webapp/WEB-INF/web.xml`` and set ``productionMode`` to ``false``.
56+
Make sure not to commit your changes to these files, for example by using .gitignore. To access the debug Window, got to <url>/sormas-ui/?debug. You may need to log in as admin once first.
5757

5858
## Other components
5959

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
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>
149

1510
<security-role>
1611
<role-name>USER</role-name>

0 commit comments

Comments
 (0)