From: Artur Signell Date: Tue, 23 Oct 2012 12:41:51 +0000 (+0300) Subject: Moved init params after servlet name and class (#10040) X-Git-Tag: 7.0.0.beta6~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=439b88b09de669189d71279e9a42588b5ee1a753;p=vaadin-framework.git Moved init params after servlet name and class (#10040) Change-Id: I9a54ab880b565297f401e14dff7eac25fc369beb --- diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 46ace4520b..820eb2cbce 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -49,6 +49,8 @@ + VaadinApplicationRunner + com.vaadin.launcher.ApplicationRunnerServlet heartbeatInterval @@ -66,8 +68,6 @@ testParam 42 - VaadinApplicationRunner - com.vaadin.launcher.ApplicationRunnerServlet