From 3e20d6a9a55bbdca196dd13167e07ff1777ad492 Mon Sep 17 00:00:00 2001 From: Sauli Tähkäpää Date: Wed, 4 Jun 2014 14:39:34 +0300 Subject: Add load-on-startup on web.xml to make demo run on Wildfly. Change-Id: I0cb42d918ed1af31577e5a67ddf4dbac3c9ab02f --- WebContent/WEB-INF/web.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3