changeset 1295:09424acc2216

add explicit async-supported to web.xml for Jetty 9.
author robcast
date Thu, 17 Jul 2014 15:17:32 +0200
parents 07290525b18d
children 32eb36e6c9d2
files webapp/src/main/webapp/WEB-INF/web-3.0.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/WEB-INF/web-3.0.xml	Wed Jun 25 22:29:48 2014 +0200
+++ b/webapp/src/main/webapp/WEB-INF/web-3.0.xml	Thu Jul 17 15:17:32 2014 +0200
@@ -30,6 +30,8 @@
         <load-on-startup>
             5
         </load-on-startup>
+        <!-- yes we do use async, Jetty! -->
+        <async-supported>true</async-supported>
   </servlet>
   <!-- The mapping for the Scaler servlet -->
   <servlet-mapping>