source: nutchez-0.1/tomcat/webapps/docs/funcspecs/index.html @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 4.4 KB
Line 
1<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Catalina Functional Specifications - Table of Contents</title><meta value="Craig R. McClanahan" name="author"><meta value="craigmcc@apache.org" name="email"></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="0" width="100%" border="0"><!--PAGE HEADER--><tr><td><!--PROJECT LOGO--><a href="http://tomcat.apache.org/"><img border="0" alt="
2      Catalina Functional Specifications
3    " align="right" src="../images/tomcat.gif"></a></td><td><font face="arial,helvetica,sanserif"><h1>Apache Tomcat 6.0</h1></font></td><td><!--APACHE LOGO--><a href="http://www.apache.org/"><img border="0" alt="Apache Logo" align="right" src="../images/asf-logo.gif"></a></td></tr></table><table cellspacing="4" width="100%" border="0"><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><tr><!--LEFT SIDE NAVIGATION--><td nowrap="true" valign="top" width="20%"><p><strong>Links</strong></p><ul><li><a href="../index.html">Docs Home</a></li><li><a href="index.html">Functional Specs</a></li></ul><p><strong>Administrative Apps</strong></p><ul><li><a href="fs-admin-apps.html">Overall Requirements</a></li><li><a href="mbean-names.html">Tomcat MBean Names</a></li><li><a href="fs-admin-objects.html">Administered Objects</a></li><li><a href="fs-admin-opers.html">Supported Operations</a></li></ul><p><strong>Internal Servlets</strong></p><ul><li><a href="fs-default.html">Default Servlet</a></li><li><a href="fs-invoker.html">Invoker Servlet</a></li></ul><p><strong>Realm Implementations</strong></p><ul><li><a href="fs-jdbc-realm.html">JDBC Realm</a></li><li><a href="fs-jndi-realm.html">JNDI Realm</a></li><li><a href="fs-memory-realm.html">Memory Realm</a></li></ul></td><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td valign="top" align="left"><h1>Catalina Functional Specifications</h1><h2>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/index.html"><img alt="Printer Friendly Version" border="0" src="../images/printer.gif"><br>print-friendly<br>version
4                    </a></small></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Catalina Functional Specifications"><strong>Catalina Functional Specifications</strong></a></font></td></tr><tr><td><blockquote>
5
6<p>This documentation area includes <em>functional specifications</em> for
7many features supported by the <strong>Catalina</strong> servlet container
8portion of Tomcat 6.  In most cases, these features are not documented in the
9underlying Servlet or JSP specifications, so a definition of the expected
10correct behavior is important both to implementors of those features, and to
11test writers trying to decide what to test.</p>
12
13<p>The functional specifications are divided into the following categories
14in the menu (to the left):</p>
15<ul>
16<li><em>Administrative Apps</em> - Overall requirements for supporting an
17    ability to configure and operate a Tomcat 6 installation through tools,
18    as well as detailed requirements for the tools themselves.</li>
19<li><em>Internal Servlets</em> - Requirements for Catalina features that are
20    implemented as internal, container-managed, servlets.</li>
21<li><em>Realm Implementations</em> - Requirements for the implementations of
22    the <code>org.apache.catalina.Realm</code> interface (providing access to
23    collections of users, passwords and roles) that are included in the
24    standard Tomcat 6 distribution.</li>
25</ul>
26
27<p><em>NOTE</em> - In some cases, the contents of these functional specs has
28been "reverse engineered" from existing implementations.  This exercise is
29stil useful, because it provides an introduction to <strong>what</strong>
30Catalina does, without being as concerned with <strong>how</strong> this is
31accomplished.</p>
32
33<p><strong>TODO</strong> - Obviously, this area has a long ways to go before
34it is complete.  Contributions are welcome!</p>
35
36</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
37        Copyright &copy; 1999-2008, Apache Software Foundation
38        </em></font></div></td></tr></table></body></html>
Note: See TracBrowser for help on using the repository browser.