Links User Guide Reference Apache Tomcat Development | | はじめに |
これは 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 の多くの機能を利用するときの助けとなるドキュメントである。
- Introduction - A
brief, high level, overview of Apache Tomcat.
- Setup - How to install and run
Apache Tomcat on a variety of platforms.
- 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).
- Deployer -
Operating the Apache Tomcat Deployer to deploy, precompile, and validate web
applications.
- Manager -
Operating the
Manager web app to deploy, undeploy, and
redeploy applications while Apache Tomcat is running.
- 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.
- Security Manager
- Configuring and using a Java Security Manager to
support fine-grained control over the behavior of your web applications.
- JNDI Resources
- Configuring standard and custom resources in the JNDI naming context
that is provided to each web application.
-
JDBC DataSource
- Configuring a JNDI DataSoure with a DB connection pool.
Examples for many popular databases.
- Classloading
- Information about class loading in Apache Tomcat 5, including where to place
your application classes so that they are visible.
- JSPs
- Information about Jasper configuration, as well as the JSP compiler
usage.
- SSL -
Installing and
configuring SSL support so that your Apache Tomcat will serve requests using
the
https protocol.
- SSI -
Using Server Side Includes in Apache Tomcat.
- CGI -
Using CGIs with Apache Tomcat.
- Proxy Support -
Configuring Apache Tomcat 5 to run behind a proxy server (or a web server
functioning as a proxy server).
- MBean Descriptor -
Configuring MBean descriptors files for custom components.
- Default Servlet -
Configuring the default servlet and customizing directory listings.
- Apache Tomcat Clustering -
Enable session replication in a Apache Tomcat environment.
- バランサ -
ロード・バランサ・アプリケーションの設定,使用,拡張。
- コネクタ -
Apache Tomcat で利用可能なコネクタ,およびネイティブ web サーバとの統合。
- Monitoring and Management -
Enabling JMX Remote support, and using tools to monitor and manage Apache Tomcat.
- ロギング -
Apache Tomcat での logging の設定。
- Apache Portable Runtime -
Using APR to provide superior performance, scalability and better
integration with native server technologies.
- 仮想ホスト -
Apache Tomcat で仮想ホストを行うための設定。
- Advanced IO -
通常のブロッキング IO を超えて利用可能な拡張。
- 付加的なコンポーネント -
付加的なオプションのコンポーネントの入手法。
|
| 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.
|
|