diff options
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <param-value>com.vaadin.tests.components.button.Buttons</param-value> </init-param> <async-supported>true</async-supported> + <load-on-startup>1</load-on-startup> </servlet> <servlet> <servlet-name>Embed App 2</servlet-name> @@ -34,6 +35,7 @@ <param-value>com.vaadin.tests.components.label.MarginsInLabels</param-value> </init-param> <async-supported>true</async-supported> + <load-on-startup>2</load-on-startup> </servlet> <servlet> <servlet-name>UI provider app</servlet-name> @@ -47,6 +49,7 @@ <param-value>com.vaadin.tests.VerifyAssertionsEnabled</param-value> </init-param> <async-supported>true</async-supported> + <load-on-startup>3</load-on-startup> </servlet> <servlet> @@ -74,6 +77,7 @@ <param-value>42</param-value> </init-param> <async-supported>true</async-supported> + <load-on-startup>4</load-on-startup> </servlet> <servlet> @@ -84,6 +88,7 @@ --> <servlet-name>VaadinApplicationRunnerWithTimeoutRedirect</servlet-name> <servlet-class>com.vaadin.launcher.ApplicationRunnerServlet</servlet-class> + <load-on-startup>5</load-on-startup> </servlet> <servlet> @@ -94,6 +99,7 @@ <param-value>automatic</param-value> </init-param> <async-supported>true</async-supported> + <load-on-startup>6</load-on-startup> </servlet> <!-- For testing GAE - the deployment script changes this to use GAEVaadinServlet --> @@ -105,6 +111,7 @@ <param-value>com.vaadin.tests.integration.ServletIntegrationUI</param-value> </init-param> <async-supported>true</async-supported> + <load-on-startup>7</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Embed App 1</servlet-name> |