|
Tomcat example source code file (index.xml)
The Tomcat index.xml source code<?xml version="1.0"?> <!-- 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> <author email="craigmcc@apache.org">Craig R. McClanahan <author email="remm@apache.org">Remy Maucherat <author email="yoavs@apache.org">Yoav Shapira <title>Documentation Index </properties> <body> <section name="Introduction"> <p>This is the top-level entry point of the documentation bundle for the <strong>Apache Tomcat Servlet/JSP container. Apache Tomcat version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1 specifications from the <a href="http://www.jcp.org">Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and web services.</p> <p>Select one of the links from the navigation menu (to the left) to drill down to the more detailed documentation that is available. Each available manual is described in more detail below.</p> </section> <section name="Apache Tomcat User Guide"> <p>The following documents will assist you in downloading, installing Apache Tomcat 6, and using many of the Apache Tomcat features.</p> <ol> <li>Introduction - A brief, high level, overview of Apache Tomcat.</li> <li>Setup - How to install and run Apache Tomcat on a variety of platforms.</li> <li>First web application - An introduction to the concepts of a <em>web application as defined in the <a href="http://java.sun.com/products/servlet/download.html">Servlet 2.4 Specification</a>. Covers basic organization of your web application source tree, the structure of a web application archive, and an introduction to the web application deployment descriptor (<code>/WEB-INF/web.xml). <li>Deployer - Operating the Apache Tomcat Deployer to deploy, precompile, and validate web applications.</li> <li>Manager - Operating the <code>Manager web app to deploy, undeploy, and redeploy applications while Apache Tomcat is running.</li> <li>Realms and Access Control - Description of how to configure <em>Realms (databases of users, passwords, and their associated roles) for use in web applications that utilize <em>Container Managed Security. <li>Security Manager - Configuring and using a Java Security Manager to support fine-grained control over the behavior of your web applications. </li> <li>JNDI Resources - Configuring standard and custom resources in the JNDI naming context that is provided to each web application.</li> <li> <strong>JDBC DataSource - Configuring a JNDI DataSoure with a DB connection pool. Examples for many popular databases.</li> <li>Classloading - Information about class loading in Apache Tomcat 5, including where to place your application classes so that they are visible.</li> <li>JSPs - Information about Jasper configuration, as well as the JSP compiler usage.</li> <li>SSL - Installing and configuring SSL support so that your Apache Tomcat will serve requests using the <code>https protocol. <li>SSI - Using Server Side Includes in Apache Tomcat.</li> <li>CGI - Using CGIs with Apache Tomcat.</li> <li>Proxy Support - Configuring Apache Tomcat 5 to run behind a proxy server (or a web server functioning as a proxy server).</li> <li>MBean Descriptor - Configuring MBean descriptors files for custom components.</li> <li>Default Servlet - Configuring the default servlet and customizing directory listings.</li> <li>Apache Tomcat Clustering - Enable session replication in a Apache Tomcat environment.</li> <li>Balancer - Configuring, using, and extending the load balancer application.</li> <li>Connectors - Connectors available in Apache Tomcat, and native web server integration.</li> <li>Monitoring and Management - Enabling JMX Remote support, and using tools to monitor and manage Apache Tomcat.</li> <li>Logging - Configuring logging in Apache Tomcat.</li> <li>Apache Portable Runtime - Using APR to provide superior performance, scalability and better integration with native server technologies.</li> <li>Virtual Hosting - Configuring vitual hosting in Apache Tomcat.</li> <li>Advanced IO - Extensions available over regular, blocking IO.</li> <li>Additional Components - Obtaining additional, optional components.</li> </ol> </section> <section name="Reference"> <p>The following documents are aimed at System Administrators who are responsible for installing, configuring, and operating a Apache Tomcat 6 server. </p> <ul> <li>Release notes - Known issues in this Apache Tomcat release. </li> <li>Apache Tomcat Server Configuration Reference - Reference manual that documents all available elements and attributes that may be placed into a Apache Tomcat 6 <code>conf/server.xml file. </li> <li>JK Documentation - Complete documentation and HOWTOs on the JK native webserver connector, used to interface Apache Tomcat with servers like Apache HTTPd, IIS and others.</li> <li> <strong>Servlet API Javadocs - The Servlet 2.5 API Javadocs. <li> <strong>JSP API Javadocs - The JSP 2.1 API Javadocs. </ul> </section> <section name="Apache Tomcat Developers"> <p>The following documents are for Java developers who wish to contribute to the development of the <em>Apache Tomcat project. <ul> <li>Building from Source - Details the steps necessary to download Apache Tomcat 6 source code (and the other packages that it depends on), and build a binary distribution from those sources. </li> <li>Changelog - Details the changes made to Apache Tomcat. </li> <li>Status - Apache Tomcat development status. </li> <li>Developers - List of active Apache Tomcat contributors. </li> <li>Functional Specifications - Requirements specifications for features of the <em>Catalina servlet container portion of Apache Tomcat 6.</li> <li>Javadocs - Javadoc API documentation for Apache Tomcat's internals.</li> <li>Apache Tomcat Architecture - Documentation of the Apache Tomcat Server Architecture.</li> </ul> </section> </body> </document> Other Tomcat examples (source code examples)Here is a short list of links related to this Tomcat index.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.