From: Sauli Tähkäpää Date: Wed, 4 Jun 2014 11:39:34 +0000 (+0300) Subject: Add load-on-startup on web.xml to make demo run on Wildfly. X-Git-Tag: 7.2.3~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7cdc2da5ba9f10bb36291c7a6858c13fe7a8408b;p=vaadin-framework.git Add load-on-startup on web.xml to make demo run on Wildfly. Change-Id: I0cb42d918ed1af31577e5a67ddf4dbac3c9ab02f --- diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index f98b7c78d1..7d86cf7cc2 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -25,6 +25,7 @@ com.vaadin.tests.components.button.Buttons true + 1 Embed App 2 @@ -34,6 +35,7 @@ com.vaadin.tests.components.label.MarginsInLabels true + 2 UI provider app @@ -47,6 +49,7 @@ com.vaadin.tests.VerifyAssertionsEnabled true + 3 @@ -74,6 +77,7 @@ 42 true + 4 @@ -84,6 +88,7 @@ --> VaadinApplicationRunnerWithTimeoutRedirect com.vaadin.launcher.ApplicationRunnerServlet + 5 @@ -94,6 +99,7 @@ automatic true + 6 @@ -105,6 +111,7 @@ com.vaadin.tests.integration.ServletIntegrationUI true + 7 Embed App 1