From 439b88b09de669189d71279e9a42588b5ee1a753 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 23 Oct 2012 15:41:51 +0300 Subject: [PATCH] Moved init params after servlet name and class (#10040) Change-Id: I9a54ab880b565297f401e14dff7eac25fc369beb --- WebContent/WEB-INF/web.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5