The Apache Tomcat 5.5 Servlet/JSP Container
文書索引
|  |
|
はじめに |
これは Apache Tomcat サーブレット/JSP コンテナの
文書一式のトップレベルの入り口です。
Apache Tomcat version 5.5 は
Java Community Process
による Servlet 2.4 と JavaServer Pages 2.0 の仕様を実装しています。
そして,自らを Web アプリケーションと Web サービスの開発および配備のための
有用なプラットフォームにする多くの追加機能を含めています。
(左側にある) ナビゲーション・メニューからリンクのひとつを選んで進むと,
より詳しい文書を入手できます。
以下,入手できる各マニュアルについて,より詳しく述べます。
|
|
Apache Tomcat ユーザガイド
|
以下の文書はあなたが Apache Tomcat 5 をダウンロードしたり,インストールしたり,Apache
Tomcat の多くの機能を利用するときの助けになります。
- はじめに - Apache Tomcat
の簡潔で高水準な概要。
- セットアップ -
さまざまなプラットフォームで Apache Tomcat をインストールし動作させる方法。
- 最初の web アプリケーション
- Servlet
2.3 Sepcification で定義されている web アプリケーション
という概念への手ほどき。
web アプリケーション・ソースツリーの基本的な編成,
web アプリケーション・アーカイブの構造,および
web アプリケーション配備記述子 (
/WEB-INF/web.xml)
への手ほどきを扱います。
- デプロイヤ -
web アプリケーションを配備し,プレコンパイルし,有効化するための
Apache Tomcat デプロイヤの操作。
- マネージャ -
Apache Tomcat の動作中にアプリケーションを配備し,配備を取り消し,再び配備するための
Manager web app の操作。
- レルムとアクセス制御
- Description of how to configure Realms (databases of users,
passwords, and their associated roles) for use in web applications that
utilize Container Managed Security.
- セキュリティマネージャ
- Configuring and using a Java Security Manager to
support fine-grained control over the behavior of your web applications.
- JNDI リソース
- Configuring standard and custom resources in the JNDI naming context
that is provided to each web application.
-
JDBC データソース
- Configuring a JNDI DataSoure with a DB connection pool.
Examples for many popular databases.
- クラスローディング
- Information about class loading in Apache Tomcat 5, including where to place
your application classes so that they are visible.
- JSP
- 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.
- プロキシサポート -
Configuring Apache Tomcat 5 to run behind a proxy server (or a web server
functioning as a proxy server).
- MBean 記述子 -
Configuring MBean descriptors files for custom components.
- デフォルトサーブレット -
Configuring the default servlet and customizing directory listings.
- Apache Tomcat クラスタリング -
Enable session replication in a Apache Tomcat environment.
- バランサ -
Configuring, using, and extending the load balancer application.
- コネクタ -
Connectors available in Apache Tomcat, and native web server integration.
- モニタリングと管理 -
Enabling JMX Remote support, and using tools to monitor and manage Apache Tomcat.
- ロギング -
Confuguring logging in Apache Tomcat.
| | Reference |
The following documents are aimed at System Administrators who
are responsible for installing, configuring, and operating a Apache Tomcat 5 server.
|
| Apache Tomcat Developers |
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 5 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 5.
- 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 5.
- Apache Tomcat Architecture
- Documentation of the Apache Tomcat Server Architecture.
|
|