Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 343AE711C for ; Wed, 28 Sep 2011 11:45:47 +0000 (UTC) Received: (qmail 16467 invoked by uid 500); 28 Sep 2011 11:45:46 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 16386 invoked by uid 500); 28 Sep 2011 11:45:46 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 16377 invoked by uid 99); 28 Sep 2011 11:45:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 11:45:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 11:45:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8514E23888E4 for ; Wed, 28 Sep 2011 11:45:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1176833 - /tomcat/trunk/webapps/examples/jsp/index.html Date: Wed, 28 Sep 2011 11:45:22 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110928114522.8514E23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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> +
+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 +
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org