55 lines
4.5 KiB
HTML
55 lines
4.5 KiB
HTML
<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Apache Tomcat Configuration Reference - Overview</title><meta name="author" value="Craig R. McClanahan"><meta name="email" value="craigmcc@apache.org"></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="
|
|
The Apache Tomcat Servlet/JSP Container
|
|
" border="0"></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 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><!--RIGHT SIDE MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>Apache Tomcat Configuration Reference</h1><h2>Overview</h2></td><td align="right" valign="top" nowrap="true"><img src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"></td></tr></table><table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Overview"><strong>Overview</strong></a></font></td></tr><tr><td><blockquote>
|
|
|
|
<p>This manual contains reference information about all of the configuration
|
|
directives that can be included in a <code>conf/server.xml</code> file to
|
|
configure the behavior of the Tomcat 6 Servlet/JSP container. It does not
|
|
attempt to describe which configuration directives should be used to perform
|
|
specific tasks - for that, see the various <em>HOW-TO</em> documents on the
|
|
main index page.</p>
|
|
|
|
<p>The configuration element descriptions are organized into the following
|
|
major categories:</p>
|
|
<ul>
|
|
<li><strong>Top Level Elements</strong> - <code><Server></code> is the
|
|
root element of the entire configuration file, while
|
|
<code><Service></code> represents a group of Connectors that is
|
|
associated with an Engine.</li>
|
|
<li><strong>Connectors</strong> - Represent the interface between external
|
|
clients sending requests to (and receiving responses from) a particular
|
|
Service.</li>
|
|
<li><strong>Containers</strong> - Represent components whose function is to
|
|
process incoming requests, and create the corresponding responses.
|
|
An Engine handles all requests for a Service, a Host handles all requests
|
|
for a particular virtual host, and a Context handles all requests for a
|
|
specific web application.</li>
|
|
<li><strong>Nested Components</strong> - Represent elements that can be
|
|
nested inside the element for a Container. Some elements can be nested
|
|
inside any Container, while others can only be nested inside a
|
|
Context.</li>
|
|
</ul>
|
|
|
|
<p>For each element, the corresponding documentation follows this general
|
|
outline:</p>
|
|
<ul>
|
|
<li><strong>Introduction</strong> - Overall description of this particular
|
|
component. There will be a corresponding Java <em>interface</em> (in
|
|
the <code>org.apache.catalina</code> pacakge) that is implemented by one
|
|
or more standard implementations.</li>
|
|
<li><strong>Attributes</strong> - The set of attributes that are legal for
|
|
this element. Generally, this will be subdivided into <em>Common</em>
|
|
attributes that are supported by all implementations of the corresponding
|
|
Java interface, and <em>Standard Implementation</em> attributes that are
|
|
specific to a particular Java class that implements this interface.
|
|
The names of required attributes are <strong>bolded</strong>.</li>
|
|
<li><strong>Nested Components</strong> - Enumerates which of the <em>Nested
|
|
Components</em> can be legally nested within this element.</li>
|
|
<li><strong>Special Features</strong> - Describes the configuration of a large
|
|
variety of special features (specific to each element type) that are
|
|
supported by the standard implementation of this interface.</li>
|
|
</ul>
|
|
|
|
</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>
|
|
Copyright © 1999-2006, Apache Software Foundation
|
|
</em></font></div></td></tr></table></body></html> |