switch off debug
This commit is contained in:
parent
683e0de78d
commit
0ea2cb2277
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
||||||
version="3.0">
|
version="3.0">
|
||||||
|
|
||||||
@ -7,4 +8,10 @@
|
|||||||
<tracking-mode>COOKIE</tracking-mode>
|
<tracking-mode>COOKIE</tracking-mode>
|
||||||
</session-config>
|
</session-config>
|
||||||
|
|
||||||
|
<context-param>
|
||||||
|
<description>Vaadin production mode</description>
|
||||||
|
<param-name>productionMode</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
</web-app>
|
</web-app>
|
||||||
|
Loading…
Reference in New Issue
Block a user