source: nutchez-0.1/tomcat/webapps/docs/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: 12.8 KB
Line 
1<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Apache Tomcat 6.0 - Documentation Index</title><meta value="Craig R. McClanahan" name="author"><meta value="craigmcc@apache.org" name="email"><meta value="Remy Maucherat" name="author"><meta value="remm@apache.org" name="email"><meta value="Yoav Shapira" name="author"><meta value="yoavs@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      The Apache Tomcat Servlet/JSP Container
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="http://wiki.apache.org/tomcat/FAQ">FAQ</a></li></ul><p><strong>User Guide</strong></p><ul><li><a href="introduction.html">1) Introduction</a></li><li><a href="setup.html">2) Setup</a></li><li><a href="appdev/index.html">3) First webapp</a></li><li><a href="deployer-howto.html">4) Deployer</a></li><li><a href="manager-howto.html">5) Manager</a></li><li><a href="realm-howto.html">6) Realms and AAA</a></li><li><a href="security-manager-howto.html">7) Security Manager</a></li><li><a href="jndi-resources-howto.html">8) JNDI Resources</a></li><li><a href="jndi-datasource-examples-howto.html">9) JDBC DataSources</a></li><li><a href="class-loader-howto.html">10) Classloading</a></li><li><a href="jasper-howto.html">11) JSPs</a></li><li><a href="ssl-howto.html">12) SSL</a></li><li><a href="ssi-howto.html">13) SSI</a></li><li><a href="cgi-howto.html">14) CGI</a></li><li><a href="proxy-howto.html">15) Proxy Support</a></li><li><a href="mbeans-descriptor-howto.html">16) MBean Descriptor</a></li><li><a href="default-servlet.html">17) Default Servlet</a></li><li><a href="cluster-howto.html">18) Clustering</a></li><li><a href="balancer-howto.html">19) Load Balancer</a></li><li><a href="connectors.html">20) Connectors</a></li><li><a href="monitoring.html">21) Monitoring and Management</a></li><li><a href="logging.html">22) Logging</a></li><li><a href="apr.html">23) APR/Native</a></li><li><a href="virtual-hosting-howto.html">24) Virtual Hosting</a></li><li><a href="aio.html">25) Advanced IO</a></li><li><a href="extras.html">26) Additional Components</a></li><li><a href="maven-jars.html">27) Mavenized</a></li></ul><p><strong>Reference</strong></p><ul><li><a href="RELEASE-NOTES.txt">Release Notes</a></li><li><a href="config/index.html">Configuration</a></li><li><a href="api/index.html">Javadocs</a></li><li><a href="http://tomcat.apache.org/connectors-doc/">JK 1.2 Documentation</a></li></ul><p><strong>Apache Tomcat Development</strong></p><ul><li><a href="building.html">Building</a></li><li><a href="changelog.html">Changelog</a></li><li><a href="http://wiki.apache.org/tomcat/TomcatVersions">Status</a></li><li><a href="developers.html">Developers</a></li><li><a href="architecture/index.html">Architecture</a></li><li><a href="funcspecs/index.html">Functional Specs.</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>Apache Tomcat 6.0</h1><h2>Documentation Index</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="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
5
6<p>This is the top-level entry point of the documentation bundle for the
7<strong>Apache Tomcat</strong> Servlet/JSP container.  Apache Tomcat version 6.0
8implements the
9Servlet 2.5 and JavaServer Pages 2.1 specifications from the
10<a href="http://www.jcp.org">Java Community Process</a>, and includes many
11additional features that make it a useful platform for developing and deploying
12web applications and web services.</p>
13
14<p>Select one of the links from the navigation menu (to the left) to drill
15down to the more detailed documentation that is available.  Each available
16manual is described in more detail below.</p>
17
18</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Apache Tomcat User Guide"><strong>Apache Tomcat User Guide</strong></a></font></td></tr><tr><td><blockquote>
19
20<p>The following documents will assist you in downloading, installing
21Apache Tomcat 6, and using many of the Apache Tomcat features.</p>
22
23<ol>
24<li><a href="introduction.html"><strong>Introduction</strong></a> - A
25    brief, high level, overview of Apache Tomcat.</li>
26<li><a href="setup.html"><strong>Setup</strong></a> - How to install and run
27    Apache Tomcat on a variety of platforms.</li>
28<li><a href="appdev/index.html"><strong>First web application</strong></a>
29    - An introduction to the concepts of a <em>web application</em> as defined
30    in the <a href="http://java.sun.com/products/servlet/download.html">Servlet
31    2.4 Specification</a>.  Covers basic organization of your web application
32    source tree, the structure of a web application archive, and an
33    introduction to the web application deployment descriptor
34    (<code>/WEB-INF/web.xml</code>).</li>
35<li><a href="deployer-howto.html"><strong>Deployer</strong></a> -
36    Operating the Apache Tomcat Deployer to deploy, precompile, and validate web
37    applications.</li>
38<li><a href="manager-howto.html"><strong>Manager</strong></a> -
39    Operating the <code>Manager</code> web app to deploy, undeploy, and
40    redeploy applications while Apache Tomcat is running.</li>
41<li><a href="realm-howto.html"><strong>Realms and Access Control</strong></a>
42    - Description of how to configure <em>Realms</em> (databases of users,
43    passwords, and their associated roles) for use in web applications that
44    utilize <em>Container Managed Security</em>.</li>
45<li><a href="security-manager-howto.html"><strong>Security Manager</strong></a>
46    - Configuring and using a Java Security Manager to
47    support fine-grained control over the behavior of your web applications.
48    </li>
49<li><a href="jndi-resources-howto.html"><strong>JNDI Resources</strong></a>
50    - Configuring standard and custom resources in the JNDI naming context
51    that is provided to each web application.</li>
52<li><a href="jndi-datasource-examples-howto.html">
53    <strong>JDBC DataSource</strong></a>
54    - Configuring a JNDI DataSoure with a DB connection pool.
55    Examples for many popular databases.</li>
56<li><a href="class-loader-howto.html"><strong>Classloading</strong></a>
57    - Information about class loading in Apache Tomcat 6, including where to place
58    your application classes so that they are visible.</li>
59<li><a href="jasper-howto.html"><strong>JSPs</strong></a>
60    - Information about Jasper configuration, as well as the JSP compiler
61    usage.</li>
62<li><a href="ssl-howto.html"><strong>SSL</strong></a> -
63    Installing and
64    configuring SSL support so that your Apache Tomcat will serve requests using
65    the <code>https</code> protocol.</li>
66<li><a href="ssi-howto.html"><strong>SSI</strong></a> -
67    Using Server Side Includes in Apache Tomcat.</li>
68<li><a href="cgi-howto.html"><strong>CGI</strong></a> -
69    Using CGIs with Apache Tomcat.</li>
70<li><a href="proxy-howto.html"><strong>Proxy Support</strong></a> -
71    Configuring Apache Tomcat 6 to run behind a proxy server (or a web server
72    functioning as a proxy server).</li>
73<li><a href="mbeans-descriptor-howto.html"><strong>MBean Descriptor</strong></a> -
74    Configuring MBean descriptors files for custom components.</li>
75<li><a href="default-servlet.html"><strong>Default Servlet</strong></a> -
76    Configuring the default servlet and customizing directory listings.</li>
77<li><a href="cluster-howto.html"><strong>Apache Tomcat Clustering</strong></a> -
78    Enable session replication in a Apache Tomcat environment.</li>
79<li><a href="balancer-howto.html"><strong>Balancer</strong></a> -
80    Configuring, using, and extending the load balancer application.</li>
81<li><a href="connectors.html"><strong>Connectors</strong></a> -
82    Connectors available in Apache Tomcat, and native web server integration.</li>
83<li><a href="monitoring.html"><strong>Monitoring and Management</strong></a> -
84    Enabling JMX Remote support, and using tools to monitor and manage Apache Tomcat.</li>
85<li><a href="logging.html"><strong>Logging</strong></a> -
86    Configuring logging in Apache Tomcat.</li>
87<li><a href="apr.html"><strong>Apache Portable Runtime</strong></a> -
88    Using APR to provide superior performance, scalability and better
89    integration with native server technologies.</li>
90<li><a href="virtual-hosting-howto.html"><strong>Virtual Hosting</strong></a> -
91    Configuring vitual hosting in Apache Tomcat.</li>
92<li><a href="aio.html"><strong>Advanced IO</strong></a> -
93    Extensions available over regular, blocking IO.</li>
94<li><a href="extras.html"><strong>Additional Components</strong></a> -
95    Obtaining additional, optional components.</li>
96
97</ol>
98
99</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Reference"><strong>Reference</strong></a></font></td></tr><tr><td><blockquote>
100
101<p>The following documents are aimed at <em>System Administrators</em> who
102are responsible for installing, configuring, and operating a Apache Tomcat 6 server.
103</p>
104<ul>
105<li><a href="RELEASE-NOTES.txt"><strong>Release notes</strong></a>
106    - Known issues in this Apache Tomcat release.
107    </li>
108<li><a href="config/index.html"><strong>Apache Tomcat Server Configuration Reference</strong></a>
109    - Reference manual that documents all available elements and attributes
110      that may be placed into a Apache Tomcat 6 <code>conf/server.xml</code> file.
111    </li>
112<li><a href="http://tomcat.apache.org/connectors-doc/index.html"><strong>JK Documentation</strong></a>
113    - Complete documentation and HOWTOs on the JK native webserver connector,
114      used to interface Apache Tomcat with servers like Apache HTTPd, IIS
115      and others.</li>
116<li><a href="http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/index.html">
117    <strong>Servlet API Javadocs</strong></a> - The Servlet 2.5 API Javadocs.</li>
118<li><a href="http://java.sun.com/products/jsp/2.1/docs/jsp-2_1-pfd2/index.html">
119    <strong>JSP API Javadocs</strong></a> - The JSP 2.1 API Javadocs.</li>
120</ul>
121
122</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Apache Tomcat Developers"><strong>Apache Tomcat Developers</strong></a></font></td></tr><tr><td><blockquote>
123
124<p>The following documents are for Java developers who wish to contribute to
125the development of the <em>Apache Tomcat</em> project.</p>
126<ul>
127<li><a href="building.html"><strong>Building from Source</strong></a> -
128    Details the steps necessary to download Apache Tomcat 6 source code (and the
129    other packages that it depends on), and build a binary distribution from
130    those sources.
131    </li>
132<li><a href="changelog.html"><strong>Changelog</strong></a> - Details the
133    changes made to Apache Tomcat.
134    </li>
135<li><a href="status.html"><strong>Status</strong></a> - Apache Tomcat development
136    status.
137    </li>
138<li><a href="developers.html"><strong>Developers</strong></a> - List of active
139    Apache Tomcat contributors.
140    </li>
141<li><a href="funcspecs/index.html"><strong>Functional Specifications</strong></a>
142    - Requirements specifications for features of the <em>Catalina</em> servlet
143    container portion of Apache Tomcat 6.</li>
144<li><a href="api/index.html"><strong>Javadocs</strong></a>
145    - Javadoc API documentation for Apache Tomcat's internals.</li>
146<li><a href="architecture/index.html"><strong>Apache Tomcat Architecture</strong></a>
147    - Documentation of the Apache Tomcat Server Architecture.</li>
148</ul>
149
150</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>
151        Copyright &copy; 1999-2008, Apache Software Foundation
152        </em></font></div></td></tr></table></body></html>
Note: See TracBrowser for help on using the repository browser.