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 12:48:46 UTC

svn commit: r1518578 - in /tomcat/trunk/webapps/examples: jsp/index.html servlets/index.html

Author: markt
Date: Thu Aug 29 10:48:46 2013
New Revision: 1518578

URL: http://svn.apache.org/r1518578
Log:
Servlet and Comet examples belong with the other Servlet examples, not with the JSP examples.

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

Modified: tomcat/trunk/webapps/examples/jsp/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/index.html?rev=1518578&r1=1518577&r2=1518578&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/index.html (original)
+++ tomcat/trunk/webapps/examples/jsp/index.html Thu Aug 29 10:48:46 2013
@@ -392,63 +392,6 @@ ght=24 width=24 align=TOP></a>
     is configured to have these roles.</td>
 </tr>
 
-<tr>
-  <td colspan="3">Servlet 3.0 Asynchronous processing examples&nbsp;<br />
-    Examples that demonstrate using Servlet 3.0 asynchronous
-    request processing API.</td>
-</tr>
-<tr VALIGN=TOP>
-  <td>async0&nbsp;</td>
-  <td VALIGN=TOP WIDTH="30%">
-    <a href="../async/async0"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
-  </td>
-  <td WIDTH="30%"></td>
-</tr>
-<tr VALIGN=TOP>
-  <td>async1&nbsp;</td>
-  <td VALIGN=TOP WIDTH="30%">
-    <a href="../async/async1"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
-  </td>
-  <td WIDTH="30%"></td>
-</tr>
-<tr VALIGN=TOP>
-  <td>async2&nbsp;</td>
-  <td VALIGN=TOP WIDTH="30%">
-    <a href="../async/async2"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
-  </td>
-  <td WIDTH="30%"></td>
-</tr>
-<tr VALIGN=TOP>
-  <td>async3&nbsp;</td>
-  <td VALIGN=TOP WIDTH="30%">
-    <a href="../async/async3"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
-  </td>
-  <td WIDTH="30%"></td>
-</tr>
-<tr VALIGN=TOP>
-  <td>stockticker&nbsp;</td>
-  <td VALIGN=TOP WIDTH="30%">
-    <a href="../async/stockticker"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
-  </td>
-  <td WIDTH="30%"></td>
-</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>
-</tr>
-<tr VALIGN=TOP>
-  <td>Comet Chat&nbsp;</td>
-  <td VALIGN=TOP WIDTH="30%">
-    <a href="chat/"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
-  </td>
-  <td WIDTH="30%"></td>
-</tr>
-
 </table>
 </body>
 </html>

Modified: tomcat/trunk/webapps/examples/servlets/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/servlets/index.html?rev=1518578&r1=1518577&r2=1518578&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/servlets/index.html (original)
+++ tomcat/trunk/webapps/examples/servlets/index.html Thu Aug 29 10:48:46 2013
@@ -116,6 +116,69 @@ when looking at the cookie demo.
 <p>Note: The source code for these examples does not contain all of the
 source code that is actually in the example, only the important sections
 of code. Code not important to understand the example has been removed
-for clarity.
+for clarity.</p>
+
+<b><u><font size="+1">Other Examples</font></u></b><br>
+<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>
+</tr>
+<tr VALIGN=TOP>
+  <td>async0&nbsp;</td>
+  <td VALIGN=TOP WIDTH="30%">
+    <a href="../async/async0"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
+  </td>
+  <td WIDTH="30%"></td>
+</tr>
+<tr VALIGN=TOP>
+  <td>async1&nbsp;</td>
+  <td VALIGN=TOP WIDTH="30%">
+    <a href="../async/async1"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
+  </td>
+  <td WIDTH="30%"></td>
+</tr>
+<tr VALIGN=TOP>
+  <td>async2&nbsp;</td>
+  <td VALIGN=TOP WIDTH="30%">
+    <a href="../async/async2"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
+  </td>
+  <td WIDTH="30%"></td>
+</tr>
+<tr VALIGN=TOP>
+  <td>async3&nbsp;</td>
+  <td VALIGN=TOP WIDTH="30%">
+    <a href="../async/async3"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
+  </td>
+  <td WIDTH="30%"></td>
+</tr>
+<tr VALIGN=TOP>
+  <td>stockticker&nbsp;</td>
+  <td VALIGN=TOP WIDTH="30%">
+    <a href="../async/stockticker"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
+  </td>
+  <td WIDTH="30%"></td>
+</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>
+</tr>
+<tr VALIGN=TOP>
+  <td>Comet Chat&nbsp;</td>
+  <td VALIGN=TOP WIDTH="30%">
+    <a href="chat/"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
+  </td>
+  <td WIDTH="30%"></td>
+</tr>
+
+</table>
+
 </body>
 </html>



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