~ubuntu-branches/ubuntu/trusty/tomcat7/trusty-security

« back to all changes in this revision

Viewing changes to webapps/examples/jsp/index.html

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2012-06-07 22:43:21 UTC
  • mfrom: (11.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120607224321-cfev8j681yueyov3
Tags: 7.0.27-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
 
375
375
</table>
376
376
 
 
377
<br/>
 
378
<b><u><font size="+1">Other Examples</font></u></b><br>
 
379
<table BORDER=0 CELLSPACING=5 WIDTH="85%" >
 
380
 
 
381
<tr VALIGN=TOP>
 
382
  <td>FORM Authentication&nbsp;</td>
 
383
  <td VALIGN=TOP WIDTH="30%">
 
384
    <a href="security/protected/index.jsp"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
 
385
  </td>
 
386
  <td WIDTH="30%"></td>
 
387
</tr>
 
388
<tr>
 
389
  <td colspan="3">Example that demonstrates protecting a resource and
 
390
    using Form-Based authentication. To access the page the user must
 
391
    have role of either "tomcat" or "role1". By default no user
 
392
    is configured to have these roles.</td>
 
393
</tr>
 
394
 
 
395
<tr>
 
396
  <td colspan="3">Servlet 3.0 Asynchronous processing examples&nbsp;<br />
 
397
    Examples that demonstrate using Servlet 3.0 asynchronous
 
398
    request processing API.</td>
 
399
</tr>
 
400
<tr VALIGN=TOP>
 
401
  <td>async0&nbsp;</td>
 
402
  <td VALIGN=TOP WIDTH="30%">
 
403
    <a href="../async/async0"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
 
404
  </td>
 
405
  <td WIDTH="30%"></td>
 
406
</tr>
 
407
<tr VALIGN=TOP>
 
408
  <td>async1&nbsp;</td>
 
409
  <td VALIGN=TOP WIDTH="30%">
 
410
    <a href="../async/async1"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
 
411
  </td>
 
412
  <td WIDTH="30%"></td>
 
413
</tr>
 
414
<tr VALIGN=TOP>
 
415
  <td>async2&nbsp;</td>
 
416
  <td VALIGN=TOP WIDTH="30%">
 
417
    <a href="../async/async2"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
 
418
  </td>
 
419
  <td WIDTH="30%"></td>
 
420
</tr>
 
421
<tr VALIGN=TOP>
 
422
  <td>async3&nbsp;</td>
 
423
  <td VALIGN=TOP WIDTH="30%">
 
424
    <a href="../async/async3"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
 
425
  </td>
 
426
  <td WIDTH="30%"></td>
 
427
</tr>
 
428
<tr VALIGN=TOP>
 
429
  <td>stockticker&nbsp;</td>
 
430
  <td VALIGN=TOP WIDTH="30%">
 
431
    <a href="../async/stockticker"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
 
432
  </td>
 
433
  <td WIDTH="30%"></td>
 
434
</tr>
 
435
 
 
436
<tr>
 
437
  <td colspan="3">Comet processing example&nbsp;<br />
 
438
    Example that demonstrates asynchronous request processing
 
439
    using Comet API. See <strong>"Advanced IO"</strong> chapter in the
 
440
    User Guide for details. It works only with connectors that support
 
441
    Comet processing (<strong>APR</strong> or <strong>NIO</strong>
 
442
    <strong>HTTP</strong> connectors).</td>
 
443
</tr>
 
444
<tr VALIGN=TOP>
 
445
  <td>Comet Chat&nbsp;</td>
 
446
  <td VALIGN=TOP WIDTH="30%">
 
447
    <a href="chat/"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
 
448
  </td>
 
449
  <td WIDTH="30%"></td>
 
450
</tr>
 
451
 
 
452
</table>
377
453
</body>
378
454
</html>