升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-cas/webapps/examples/servlets/index.html b/tomcat-cas/webapps/examples/servlets/index.html
index b778706..89fbbbe 100644
--- a/tomcat-cas/webapps/examples/servlets/index.html
+++ b/tomcat-cas/webapps/examples/servlets/index.html
@@ -116,6 +116,65 @@
<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:</td>
+</tr>
+<tr VALIGN=TOP>
+ <td>async0 </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 </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 </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 </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 </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:<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 </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>