Author: kkolinko Date: Wed Sep 28 11:45:22 2011 New Revision: 1176833 URL: http://svn.apache.org/viewvc?rev=1176833&view=rev Log: In the examples application: Add links to the FORM Auth, Servlet 3.0 Async and Comet examples.
Modified: tomcat/trunk/webapps/examples/jsp/index.html Modified: tomcat/trunk/webapps/examples/jsp/index.html URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/index.html?rev=1176833&r1=1176832&r2=1176833&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/jsp/index.html (original) +++ tomcat/trunk/webapps/examples/jsp/index.html Wed Sep 28 11:45:22 2011 @@ -374,5 +374,81 @@ ght=24 width=24 align=TOP></a> </table> +<br/> +<b><u><font size="+1">Other Examples</font></u></b><br> +<table BORDER=0 CELLSPACING=5 WIDTH="85%" > + +<tr VALIGN=TOP> + <td>FORM Authentication </td> + <td VALIGN=TOP WIDTH="30%"> + <a href="security/protected/index.jsp"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a> + </td> + <td WIDTH="30%"></td> +</tr> +<tr> + <td colspan="3">Example that demonstrates protecting a resource and + using Form-Based authentication. To access the page the user must + have role of either "tomcat" or "role1". By default no user + is configured to have these roles.</td> +</tr> + +<tr> + <td colspan="3">Servlet 3.0 Asynchronous processing examples <br /> + Examples that demonstrate using Servlet 3.0 asynchronous + request processing API.</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 /> + 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 </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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org