You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/29 13:02:07 UTC

svn commit: r1518581 - /tomcat/trunk/webapps/examples/servlets/index.html

Author: markt
Date: Thu Aug 29 11:02:07 2013
New Revision: 1518581

URL: http://svn.apache.org/r1518581
Log:
Remove some unnecessary text

Modified:
    tomcat/trunk/webapps/examples/servlets/index.html

Modified: tomcat/trunk/webapps/examples/servlets/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/servlets/index.html?rev=1518581&r1=1518580&r2=1518581&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/servlets/index.html (original)
+++ tomcat/trunk/webapps/examples/servlets/index.html Thu Aug 29 11:02:07 2013
@@ -122,9 +122,7 @@ for clarity.</p>
 <table BORDER=0 CELLSPACING=5 WIDTH="85%" >
 
 <tr>
-  <td colspan="3">Servlet 3.0 Asynchronous processing examples&nbsp;<br />
-    Examples that demonstrate using Servlet 3.0 asynchronous
-    request processing API.</td>
+  <td colspan="3">Servlet 3.0 Asynchronous processing examples:</td>
 </tr>
 <tr VALIGN=TOP>
   <td>async0&nbsp;</td>
@@ -163,12 +161,10 @@ for clarity.</p>
 </tr>
 
 <tr>
-  <td colspan="3">Comet processing example&nbsp;<br />
-    Example that demonstrates asynchronous request processing
-    using Comet API. See <strong>"Advanced IO"</strong> chapter in the
-    User Guide for details. It works only with connectors that support
-    Comet processing (<strong>APR</strong> or <strong>NIO</strong>
-    <strong>HTTP</strong> connectors).</td>
+  <td colspan="3">Comet processing example:<br />
+    See the <strong>"Advanced IO"</strong> chapter in the User Guide for
+    details. This example only works with the HTTP NIO or HTTP APR/native
+    connectors as these are the only connectors that support Comet.</td>
 </tr>
 <tr VALIGN=TOP>
   <td>Comet Chat&nbsp;</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org