98 lines
4.1 KiB
XML
98 lines
4.1 KiB
XML
<?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.
|
|
-->
|
|
<project name="Apache Tomcat 8 Configuration Reference"
|
|
href="https://tomcat.apache.org/">
|
|
|
|
<title>Apache Tomcat 8 Configuration Reference</title>
|
|
|
|
<logo href="/images/tomcat.gif">
|
|
The Apache Tomcat Servlet/JSP Container
|
|
</logo>
|
|
|
|
|
|
<body>
|
|
|
|
<menu name="Links">
|
|
<item name="Docs Home" href="../index.html"/>
|
|
<item name="Config Ref. Home" href="index.html"/>
|
|
<item name="FAQ" href="https://wiki.apache.org/tomcat/FAQ" />
|
|
<item name="User Comments" href="#comments_section"/>
|
|
</menu>
|
|
|
|
<menu name="Top Level Elements">
|
|
<item name="Server" href="server.html"/>
|
|
<item name="Service" href="service.html"/>
|
|
</menu>
|
|
|
|
<menu name="Executors">
|
|
<item name="Executor" href="executor.html"/>
|
|
</menu>
|
|
|
|
<menu name="Connectors">
|
|
<item name="HTTP/1.1" href="http.html"/>
|
|
<item name="HTTP/2" href="http2.html"/>
|
|
<item name="AJP" href="ajp.html"/>
|
|
</menu>
|
|
|
|
<menu name="Containers">
|
|
<item name="Context" href="context.html"/>
|
|
<item name="Engine" href="engine.html"/>
|
|
<item name="Host" href="host.html"/>
|
|
<item name="Cluster" href="cluster.html"/>
|
|
</menu>
|
|
|
|
<menu name="Nested Components">
|
|
<item name="CookieProcessor" href="cookie-processor.html"/>
|
|
<item name="CredentialHandler" href="credentialhandler.html"/>
|
|
<item name="Global Resources" href="globalresources.html"/>
|
|
<item name="JarScanner" href="jar-scanner.html"/>
|
|
<item name="JarScanFilter" href="jar-scan-filter.html"/>
|
|
<item name="Listeners" href="listeners.html"/>
|
|
<item name="Loader" href="loader.html"/>
|
|
<item name="Manager" href="manager.html"/>
|
|
<item name="Realm" href="realm.html"/>
|
|
<item name="Resources" href="resources.html"/>
|
|
<item name="SessionIdGenerator" href="sessionidgenerator.html"/>
|
|
<item name="Valve" href="valve.html"/>
|
|
</menu>
|
|
|
|
<menu name="Cluster Elements">
|
|
<item name="Cluster" href="cluster.html"/>
|
|
<item name="Manager" href="cluster-manager.html"/>
|
|
<item name="Channel" href="cluster-channel.html"/>
|
|
<item name="Channel/Membership" href="cluster-membership.html"/>
|
|
<item name="Channel/Sender" href="cluster-sender.html"/>
|
|
<item name="Channel/Receiver" href="cluster-receiver.html"/>
|
|
<item name="Channel/Interceptor" href="cluster-interceptor.html"/>
|
|
<item name="Valve" href="cluster-valve.html"/>
|
|
<item name="Deployer" href="cluster-deployer.html"/>
|
|
<item name="ClusterListener" href="cluster-listener.html"/>
|
|
</menu>
|
|
|
|
<menu name="web.xml">
|
|
<item name="Filter" href="filter.html"/>
|
|
</menu>
|
|
|
|
<menu name="Other">
|
|
<item name="System properties" href="systemprops.html"/>
|
|
<item name="JASPIC" href="jaspic.html"/>
|
|
</menu>
|
|
</body>
|
|
|
|
</project>
|