From 735f0748344d7ee594c4e52a715d867dfdb23cb1 Mon Sep 17 00:00:00 2001 From: Tapio Aali Date: Mon, 9 Feb 2015 15:37:41 +0200 Subject: Make push path configurable (#14432). In order to use websockets with Weblogic 12.1.2 or later, push path 'ws' needs to be used instead of 'PUSH'. Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06 --- WebContent/WEB-INF/web.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'WebContent') diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index ef60364202..c1102f4682 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -87,9 +87,9 @@ - + VaadinApplicationRunnerWithTimeoutRedirect com.vaadin.launcher.ApplicationRunnerServlet @@ -115,6 +115,17 @@ true + + + VaadinApplicationRunnerWithPushPathTest + com.vaadin.launcher.ApplicationRunnerServlet + + pushPath + ws + + true + + Embed App 1 /embed1/* @@ -148,6 +159,11 @@ /run-push/* + + VaadinApplicationRunnerWithPushPathTest + /run-pushpath/* + + IntegrationTest /integration/* -- cgit v1.2.3