source: nutchez-0.1/tomcat/webapps/docs/funcspecs/printer/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: 3.5 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><!--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"><img border="0" hspace="0" vspace="0" height="1" width="1" src="../../../images/void.gif"></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>
4
5<p>This documentation area includes <em>functional specifications</em> for
6many features supported by the <strong>Catalina</strong> servlet container
7portion of Tomcat 6.  In most cases, these features are not documented in the
8underlying Servlet or JSP specifications, so a definition of the expected
9correct behavior is important both to implementors of those features, and to
10test writers trying to decide what to test.</p>
11
12<p>The functional specifications are divided into the following categories
13in the menu (to the left):</p>
14<ul>
15<li><em>Administrative Apps</em> - Overall requirements for supporting an
16    ability to configure and operate a Tomcat 6 installation through tools,
17    as well as detailed requirements for the tools themselves.</li>
18<li><em>Internal Servlets</em> - Requirements for Catalina features that are
19    implemented as internal, container-managed, servlets.</li>
20<li><em>Realm Implementations</em> - Requirements for the implementations of
21    the <code>org.apache.catalina.Realm</code> interface (providing access to
22    collections of users, passwords and roles) that are included in the
23    standard Tomcat 6 distribution.</li>
24</ul>
25
26<p><em>NOTE</em> - In some cases, the contents of these functional specs has
27been "reverse engineered" from existing implementations.  This exercise is
28stil useful, because it provides an introduction to <strong>what</strong>
29Catalina does, without being as concerned with <strong>how</strong> this is
30accomplished.</p>
31
32<p><strong>TODO</strong> - Obviously, this area has a long ways to go before
33it is complete.  Contributions are welcome!</p>
34
35</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>
36        Copyright &copy; 1999-2008, Apache Software Foundation
37        </em></font></div></td></tr></table></body></html>
Note: See TracBrowser for help on using the repository browser.