From: fhanik Date: Fri, 26 Mar 2010 15:16:52 +0000 (+0000) Subject: Mark example servlets as async X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=029747487be0e41d7b654d3f8edcc9f7ab87ab2c;p=tomcat7.0 Mark example servlets as async git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@927908 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/examples/WEB-INF/web.xml b/webapps/examples/WEB-INF/web.xml index 70a2153f8..120ea3a33 100644 --- a/webapps/examples/WEB-INF/web.xml +++ b/webapps/examples/WEB-INF/web.xml @@ -301,6 +301,7 @@ async0 async.Async0 + true async0 @@ -309,6 +310,7 @@ async1 async.Async1 + true async1 @@ -317,6 +319,7 @@ async2 async.Async2 + true async2 @@ -325,6 +328,7 @@ async3 async.Async3 + true async3 @@ -333,6 +337,7 @@ stock async.AsyncStockServlet + true stock