diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-25 15:34:20 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-25 15:34:20 +0300 |
commit | c2b5382cea777dbb2b86ab28d30b23fb654321dc (patch) | |
tree | 343fea40727d59a86d7403877b8e7e54d5bde1c8 /WebContent/WEB-INF | |
parent | 38237ffab795288dee42cf6674eed4ee35d9eda5 (diff) | |
download | vaadin-framework-c2b5382cea777dbb2b86ab28d30b23fb654321dc.tar.gz vaadin-framework-c2b5382cea777dbb2b86ab28d30b23fb654321dc.zip |
Fix "invalid" xml.
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 6112e5ba1c..67eaba0cca 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -14,6 +14,11 @@ <param-value>false</param-value> <description>Vaadin production mode</description> </context-param> + + <context-param> + <param-name>resourceCacheTime</param-name> + <param-value>3600</param-value> + </context-param> <servlet> <servlet-name>Embed App 1</servlet-name> <servlet-class>com.vaadin.server.LegacyVaadinServlet</servlet-class> @@ -43,11 +48,6 @@ </init-param> </servlet> - <context-param> - <param-name>resourceCacheTime</param-name> - <param-value>3600</param-value> - </context-param> - <servlet> <servlet-name>VaadinApplicationRunner</servlet-name> <servlet-class>com.vaadin.launcher.ApplicationRunnerServlet</servlet-class> |