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