ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/config/index.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/config/index.xml
Status
scanned
Type
file
Name
index.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
4351 (4.2 KB)
MD5
456ed0979fc61da27b1ba18de628dc2d
SHA1
3e3ac323c2aa5a86a0148c22a878228b0d694106
SHA256
48d58fdc564af274eef645b0b3ca1694791496803f68b612292a1201a0ae145e
SHA512

      
    
SHA1_git
26a99ed646bab4dff45126f929a39adff6838e17
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
index.xml | 4.2 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE document [ <!ENTITY project SYSTEM "project.xml"> ]> <document url="index.html"> &project; <properties> <title>Overview</title> </properties> <body> <section name="Overview"> <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 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>Tomcat configuration files are formatted as schemaless XML; elements and attributes are case-sensitive. Apache Ant-style variable substitution is supported; a system property with the name <code>propname</code> may be used in a configuration file using the syntax <code>${propname}</code>. All system properties are available including those set using the <code>-D</code> syntax, those automatically made available by the JVM and those configured in the <code>$CATALINA_BASE/conf/catalina.properties</code> file. </p> <p>The configuration element descriptions are organized into the following major categories:</p> <ul> <li><strong>Top Level Elements</strong> - <code>&lt;Server&gt;</code> is the root element of the entire configuration file, while <code>&lt;Service&gt;</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> package) 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> </section> </body> </document>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
21.33
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10