Project

General

Profile

« Previous | Next » 

Revision 0cb4f241

Added by Andreas Kohlbecker over 7 years ago

setting vaadin production mode to true - globally

View differences:

src/main/webapp/WEB-INF/web.xml
49 49
      <filter-name>charsetFilter</filter-name>
50 50
      <url-pattern>/*</url-pattern>
51 51
    </filter-mapping>
52

  
52
    
53
    <!-- 
54
      The production mode is disabled per default.
55
      
56
      There are also productionMode=true settings in the eu.etaxonomy.cdm.vaadin.ui package
57
      which don't seem to have an effect. 
58
    -->
59
    <context-param>
60
      <description>Vaadin production mode</description>
61
      <param-name>productionMode</param-name>
62
      <param-value>true</param-value>
63
    </context-param>
53 64
</web-app>

Also available in: Unified diff