The Apache Tomcat Servlet/JSP Container

Apache Tomcat 6.0

Apache Logo

Apache Tomcat 6.0

ドキュメンテーション 索引

はじめに

これは Apache Tomcat サーブレット/JSP コンテナの ドキュメンテーション一式のトップレベルの入り口である。 Apache Tomcat version 6.0 は Java Community Process による Servlet 2.5 と JavaServer Pages 2.1 の仕様を実装する。 さらに,多くの追加機能を含めることにより,自らを web アプリケーションと web サービスを開発しデプロイするための 有用なプラットフォームにしている。

(左側にある) ナビゲーション・メニューからリンクの一つを選んで進むと, より詳しいドキュメンテーションを入手できる。 以下,入手できる各マニュアルについて,より詳しく述べる。

Apache Tomcat User Guide

下記は Apache Tomcat 6 をダウンロード/インストールし,Apache Tomcat の多くの機能を利用するときの助けとなるドキュメントである。

  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 2.4 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. 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.
  7. Security Manager - Configuring and using a Java Security Manager to support fine-grained control over the behavior of your web applications.
  8. JNDI Resources - Configuring standard and custom resources in the JNDI naming context that is provided to each web application.
  9. JDBC DataSource - Configuring a JNDI DataSoure with a DB connection pool. Examples for many popular databases.
  10. Classloading - Information about class loading in Apache Tomcat 5, including where to place your application classes so that they are visible.
  11. JSPs - Information about Jasper configuration, as well as the JSP compiler usage.
  12. SSL - Installing and configuring SSL support so that your Apache Tomcat will serve requests using the https protocol.
  13. SSI - Using Server Side Includes in Apache Tomcat.
  14. CGI - Using CGIs with Apache Tomcat.
  15. Proxy Support - Configuring Apache Tomcat 5 to run behind a proxy server (or a web server functioning as a proxy server).
  16. MBean Descriptor - Configuring MBean descriptors files for custom components.
  17. Default Servlet - Configuring the default servlet and customizing directory listings.
  18. Apache Tomcat Clustering - Enable session replication in a Apache Tomcat environment.
  19. バランサ - ロード・バランサ・アプリケーションの設定,使用,拡張。
  20. コネクタ - Apache Tomcat で利用可能なコネクタ,およびネイティブ web サーバとの統合。
  21. Monitoring and Management - Enabling JMX Remote support, and using tools to monitor and manage Apache Tomcat.
  22. ロギング - Apache Tomcat での logging の設定。
  23. Apache Portable Runtime - Using APR to provide superior performance, scalability and better integration with native server technologies.
  24. 仮想ホスト - Apache Tomcat で仮想ホストを行うための設定。
  25. Advanced IO - 通常のブロッキング IO を超えて利用可能な拡張。
  26. 付加的なコンポーネント - 付加的なオプションのコンポーネントの入手法。
Reference

下記は Apache Tomcat 6 サーバをインストール/設定/運用する責任を負うシステム管理者向けの ドキュメントである。

Apache Tomcat Developers

下記は Apache Tomcat プロジェクトの開発に貢献したいと考える Java 開発者のためのドキュメントである。

  • 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.
  • 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 6.
  • Catalina Javadocs - Javadoc API documentation for the Catalina servlet container and its dependencies.
  • Jasper Javadocs - Javadoc API documentation for the Jasper JSP container portion of Apache Tomcat 6.
  • Apache Tomcat Architecture - Documentation of the Apache Tomcat Server Architecture.

Copyright © 1999-2006, Apache Software Foundation