01-《Apache Tomcat 9》之文件索引

《Apache Tomcat 9》是《看Apache官方文档学英语》的第一个专栏!让我们一起在看文档的过程中学英语,在学英语的过程中夯实技术!

Documentation Index - 文件索引

1.Introduction - 介绍

This is the top-level entry point of the documentation bundle for the Apache Tomcat Servlet/JSP container. Apache Tomcat version 9.0 implements the Servlet 4.0 and JavaServer Pages 2.3specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and web services.

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.

这是Apache Tomcat Servlet / JSP容器的文档包的顶级入口点 。的Apache Tomcat 9.0版本实现了Servlet 4.0和JavaServer Pages 2.3 规范从 Java社区进程,并包含许多额外的功能,使开发和部署Web应用程序和Web服务的有用平台。

从导航菜单(左侧)中选择一个链接,深入查看可用的更详细的文档。下面更详细地描述了每个可用的手册。

2.Apache Tomcat User Guide - Apache Tomcat用户指南

The following documents will assist you in downloading and installing Apache Tomcat, and using many of the Apache Tomcat features.

  1. Introduction - A brief, high level, overview of Apache Tomcat.
  2. Setup - How to install and run Apache Tomcat on a variety of platforms.
  3. First web application - An introduction to the concepts of a web application as defined in the Servlet Specification. 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 (/WEB-INF/web.xml).
  4. Deployer - Operating the Apache Tomcat Deployer to deploy, precompile, and validate web applications.
  5. Manager - Operating the Manager web app to deploy, undeploy, and redeploy applications while Apache Tomcat is running.
  6. Host Manager - Operating the Host Manager web app to add and remove virtual hosts while Apache Tomcat is running.
  7. Realms and Access Control - Description of how to configure Realms (databases of users, passwords, and their associated roles) for use in web applications that utilize Container Managed Security.
  8. Security Manager - Configuring and using a Java Security Manager to support fine-grained control over the behavior of your web applications.
  9. JNDI Resources - Configuring standard and custom resources in the JNDI naming context that is provided to each web application.
  10. JDBC DataSource - Configuring a JNDI DataSource with a DB connection pool. Examples for many popular databases.
  11. Classloading - Information about class loading in Apache Tomcat, including where to place your application classes so that they are visible.
  12. JSPs - Information about Jasper configuration, as well as the JSP compiler usage.
  13. SSL/TLS - Installing and configuring SSL/TLS support so that your Apache Tomcat will serve requests using the https protocol.
  14. SSI - Using Server Side Includes in Apache Tomcat.
  15. CGI - Using CGIs with Apache Tomcat.
  16. Proxy Support - Configuring Apache Tomcat to run behind a proxy server (or a web server functioning as a proxy server).
  17. MBeans Descriptors - Configuring MBean descriptors files for custom components.
  18. Default Servlet - Configuring the default servlet and customizing directory listings.
  19. Apache Tomcat Clustering - Enable session replication in a Apache Tomcat environment.
  20. Balancer - Configuring, using, and extending the load balancer application.
  21. Connectors - Connectors available in Apache Tomcat, and native web server integration.
  22. Monitoring and Management - Enabling JMX Remote support, and using tools to monitor and manage Apache Tomcat.
  23. Logging - Configuring logging in Apache Tomcat.
  24. Apache Portable Runtime - Using APR to provide superior performance, scalability and better integration with native server technologies.
  25. Virtual Hosting - Configuring virtual hosting in Apache Tomcat.
  26. Advanced IO - Extensions available over regular, blocking IO.
  27. Additional Components - Obtaining additional, optional components.
  28. Using Tomcat libraries with Maven - Obtaining Tomcat jars through Maven.
  29. Security Considerations - Options to consider when securing an Apache Tomcat installation.
  30. Windows Service - Running Tomcat as a service on Microsoft Windows.
  31. Windows Authentication - Configuring Tomcat to use integrated Windows authentication.
  32. High Concurrency JDBC Pool - Configuring Tomcat to use an alternative JDBC pool.
  33. WebSocket support - Developing WebSocket applications for Apache Tomcat.
  34. URL rewrite - Using the regexp based rewrite valve for conditional URL and host rewrite.

以下文档将帮助您下载和安装Apache Tomcat,并使用许多Apache Tomcat功能。

  1. 简介 - Apache Tomcat的简要,高级概述。
  2. 设置 - 如何在各种平台上安装和运行Apache Tomcat。
  3. 第一个Web应用程序 -Servlet规范中定义的 Web应用程序概念简介。涵盖Web应用程序源代码树的基本组织,Web应用程序归档的结构以及Web应用程序部署描述符(/WEB-INF/web.xml)的简介。
  4. Deployer - 运行Apache Tomcat Deployer以部署,预编译和验证Web应用程序。
  5. Manager -在Apache Tomcat运行时运行 Manager Web应用程序以部署,取消部署和重新部署应用程序。
  6. 主机管理器 - 运行 Host Manager Web应用程序以在Apache Tomcat运行时添加和删除虚拟主机。
  7. 领域和访问控制 - 如何配置领域(用户,密码及其相关角色的数据库)以在使用容器管理安全性的 Web应用程序中使用的说明。
  8. 安全管理器 - 配置和使用Java安全管理器以支持对Web应用程序行为的细粒度控制。
  9. JNDI资源 - 在提供给每个Web应用程序的JNDI命名上下文中配置标准和自定义资源。
  10. JDBC DataSource - 使用数据库连接池配置JNDI数据源。许多流行数据库的示例。
  11. 类加载 - 有关Apache Tomcat中类加载的信息,包括放置应用程序类以使其可见的位置。
  12. JSPs - 有关Jasper配置的信息,以及JSP编译器的用法。
  13. SSL / TLS - 安装和配置SSL / TLS支持,以便您的Apache Tomcat将使用https协议提供请求。
  14. SSI - 在Apache Tomcat中使用服务器端包含。
  15. CGI - 在Apache Tomcat中使用CGI。
  16. 代理支持 - 将Apache Tomcat配置为在代理服务器(或充当代理服务器的Web服务器)后面运行。
  17. MBean描述符 - 为自定义组件配置MBean描述符文件。
  18. 默认Servlet - 配置默认servlet和自定义目录列表。
  19. Apache Tomcat群集 - 在Apache Tomcat环境中启用会话复制。
  20. Balancer - 配置,使用和扩展负载均衡器应用程序。
  21. 连接器 - Apache Tomcat中可用的连接器,以及本机Web服务器集成。
  22. 监控和管理 - 启用JMX Remote支持,并使用工具监控和管理Apache Tomcat。
  23. 日志记录 - 在Apache Tomcat中配置日志记录。
  24. Apache Portable Runtime - 使用APR提供卓越的性能,可伸缩性以及与本机服务器技术的更好集成。
  25. 虚拟主机 - 在Apache Tomcat中配置虚拟主机。
  26. 高级IO - 可通过常规阻塞IO进行扩展。
  27. 附加组件 - 获取其他可选组件。
  28. 将Tomcat库与Maven一起使用 - 通过Maven获取Tomcat jar。
  29. 安全注意事项 - 保护Apache Tomcat安装时要考虑的选项。
  30. Windows服务 - 在Microsoft Windows上将Tomcat作为服务运行。
  31. Windows身份验证 - 配置Tomcat以使用集成Windows身份验证。
  32. 高并发JDBC池 - 配置Tomcat以使用备用JDBC池。
  33. WebSocket支持 - 为Apache Tomcat开发WebSocket应用程序。
  34. URL重写 - 使用基于regexp的重写阀进行条件URL和主机重写。

3.Reference - 参考

The following documents are aimed at System Administrators who are responsible for installing, configuring, and operating an Apache Tomcat server.

 

以下文档面向负责安装,配置和操作Apache Tomcat服务器的系统管理员

4.Apache Tomcat Developers  - Apache Tomcat开发人员

The following documents are for Java developers who wish to contribute to the development of the Apache Tomcat project.

  • Building from Source - Details the steps necessary to download Apache Tomcat source code (and the other packages that it depends on), and build a binary distribution from those sources.
  • Changelog - Details the changes made to Apache Tomcat.
  • Status - Apache Tomcat development status.
  • Developers - List of active Apache Tomcat contributors.
  • Functional Specifications - Requirements specifications for features of the Catalina servlet container portion of Apache Tomcat.
  • Javadocs - Javadoc API documentation for Apache Tomcat's internals.
  • Apache Tomcat Architecture - Documentation of the Apache Tomcat Server Architecture.

以下文档适用于希望为Apache Tomcat项目开发做出贡献的Java开发人员。

  • 从源构建 - 详细说明下载Apache Tomcat源代码(以及它依赖的其他软件包)所需的步骤,并从这些源构建二进制分发。
  • 更改日志 - 详细说明对Apache Tomcat所做的更改。
  • 状态 - Apache Tomcat开发状态。
  • 开发人员 - 活动Apache Tomcat贡献者列表。
  • 功能规范 -Apache Tomcat的 Catalina servlet容器部分功能的需求规范。
  • Javadocs - Apache Tomcat内部的Javadoc API文档。
  • Apache Tomcat体系结构 - Apache Tomcat服务器体系结构的文档。
      声明,本文内容来自于Apache基金会官网关于Tomcat项目的官方文档,本人在原文档内容基础上整理总结而得,中文翻译仅供参考,英语不还错的童鞋,可以直接去官方查看最新的官方文档哦!!!如果觉得对你有帮助,不要忘了点赞,评论,转发哟!!!

转载于:https://my.oschina.net/aibinxiao/blog/2247199

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值