From a455628841241cbfe05080c02a9f397114af59e8 Mon Sep 17 00:00:00 2001 From: "roman.kisluhin" Date: Wed, 20 Jul 2016 20:16:15 +0400 Subject: [PATCH] 1.4 (Vaadin 7) compatible web.xml --- src/main/webapp/WEB-INF/web.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 93ec55a..694e18d 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -25,7 +25,7 @@ biz.redsoft.ncore.server.NcoreApplicationServlet Vaadin application class to start - application + UI biz.redsoft.ncore.client.vaadin.WebApplication @@ -48,4 +48,7 @@ client + + biz.redsoft.ncore.client.vaadin.VaadinSessionListener +