From: kkolinko Date: Wed, 28 Sep 2011 11:45:22 +0000 (+0000) Subject: In the examples application: X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=57a7d7ccaeedd46515525e979f9263b9849aeee1;p=tomcat7.0 In the examples application: Add links to the FORM Auth, Servlet 3.0 Async and Comet examples. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1176833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/examples/jsp/index.html b/webapps/examples/jsp/index.html index 44438900e..e401a5749 100644 --- a/webapps/examples/jsp/index.html +++ b/webapps/examples/jsp/index.html @@ -374,5 +374,81 @@ ght=24 width=24 align=TOP> +
+Other Examples
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FORM Authentication  + Execute +
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.
Servlet 3.0 Asynchronous processing examples 
+ Examples that demonstrate using Servlet 3.0 asynchronous + request processing API.
async0  + Execute +
async1  + Execute +
async2  + Execute +
async3  + Execute +
stockticker  + Execute +
Comet processing example 
+ Example that demonstrates asynchronous request processing + using Comet API. See "Advanced IO" chapter in the + User Guide for details. It works only with connectors that support + Comet processing (APR or NIO + HTTP connectors).
Comet Chat  + Execute +