買這商品的人也買了...
-
$1,820$1,729 -
$440$348 -
$880$695 -
$550$468 -
$980$774 -
$350$315 -
$990$891 -
$600$480 -
$630$498 -
$720$612 -
$1,580$1,501 -
$2,680$2,546 -
$299$236 -
$980$774 -
$550$495 -
$490$417 -
$620$527 -
$780$616 -
$780$663 -
$750$638 -
$820$648 -
$580$493 -
$890$757 -
$650Ivor Horton's Beginning Visual C++ 2010 (Paperback)
-
$490$417
相關主題
商品描述
Description
It takes a book as versatile as its subject to cover Apache Tomcat, the popular open source Servlet and JSP container and high performance web server. Tomcat: The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide for programmers who want to use Tomcat as their web application server during development or in production, and an excellent introduction for anyone interested in Tomcat.
Updated for the latest version of Tomcat, this new edition offers a complete guide to installing, configuring, maintaining and securing this servlet container. In fact, with such a wealth of new information, this is essentially a new book rather than a simple revision. You will find details for using Tomcat on all major platforms, including Windows, Linux, OS X, Solaris, and FreeBSD, along with specifics on Tomcat configuration files, and step-by-step advice for deploying and running web applications.
This book offers complete information for:This book also offers an overview of the Tomcat open source project's community resources, including docs, mailing lists, and more. Community interest fueled a strong demand for a Tomcat guide from O'Reilly. The result clearly exceeds expectations.
- Installation and startup procedures
- Configuring Tomcat-including realms, roles, users, servlet sessions, and JNDI resources including JDBC DataSources
- Deploying web applications-individual servlets and JSP pages, and web application archive files
- Tuning Tomcat to measure and improve performance
- Integrating Tomcat with Apache Web Server
- Securing Tomcat to keep online thugs at bay
- Tomcat configuration files-server.xml and web.xml, and more
- Debugging and Troubleshooting-diagnosing problems with Tomcat or a web application
- Compiling your own Tomcat, rather than using the pre-built release
- Running two or more Tomcat servlet containers in parallel
Table of Contents
Preface
1. Getting Started with Tomcat
Installing Tomcat
Starting, Stopping, and Restarting Tomcat
Automatic Startup
Testing Your Tomcat Installation
Where Did Tomcat Come From?
2. Configuring Tomcat
A Word About Using the Apache Web Server
Relocating the Web Applications Directory
Changing the Port Number from 8080
Java VM Configuration
Changing the JSP Compiler
Managing Realms, Roles, and Users
Controlling Sessions
Accessing JNDI and JDBC Resources
Servlet Auto-Reloading
Customized User Directories
Tomcat Example Applications
Common Gateway Interface (CGI)
The Tomcat Admin Webapp
3. Deploying Servlet and JSP Web Applications in Tomcat
Layout of a Web Application
Deploying an Unpacked Webapp Directory
Deploying a WAR File
Hot Deployment
Working with WAR Files
The Manager Webapp
Automation with Apache Ant
Symbolic Links
4. Tomcat Performance Tuning
Measuring Web Server Performance
External Tuning
Internal Tuning
Capacity Planning
Additional Resources
5. Integration with the Apache Web Server
The Pros and Cons of Integration
Installing Apache httpd
Apache Integration with Tomcat
Tomcat Serving HTTP over the APR Connector
6. Tomcat Security
Securing the System
Multiple Server Security Models
Using the SecurityManager
Granting File Permissions
Setting Up a Tomcat chroot Jail
Filtering Bad User Input
Securing Tomcat with SSL
7. Configuration
server.xml
web.xml
tomcat-users.xml
catalina.policy
catalina.properties
context.xml
8. Debugging and Troubleshooting
Reading Logfiles
Hunting for Errors
URLs and the HTTP Conversation
Debugging with RequestDumperValve
When Tomcat Won't Shut Down
9. Building Tomcat from Source
Installing Apache Ant
Obtaining the Source
Downloading Support Libraries
Building Tomcat
10. Tomcat Clustering
Clustering Terms
The Communication Sequence of an HTTP Request
Distributed Java Servlet Containers
Tomcat 6 Clustering Implementation
JDBC Request Distribution and Failover
Additional Resources
11. Final Words
Supplemental Resources
Community
A. Installing Java
B. jbchroot.c
C. BadInputValve.java
D. BadInputFilter.java
E. RPM Package Files
Index
商品描述(中文翻譯)
描述
《Tomcat: The Definitive Guide》是一本全面介紹Apache Tomcat的書籍,Apache Tomcat是一個流行的開源Servlet和JSP容器以及高性能網頁伺服器。這本書對於系統管理員和網站管理員來說是一本有價值的參考資料,對於開發人員來說是一本有用的指南,他們想在開發或生產中使用Tomcat作為他們的網頁應用伺服器,對於對Tomcat感興趣的任何人來說都是一本很好的入門書。
這本新版書籍更新了最新版本的Tomcat,提供了一個完整的安裝、配置、維護和保護這個Servlet容器的指南。事實上,由於有這麼多新的資訊,這本書實際上是一本全新的書籍,而不僅僅是一個簡單的修訂版。您將找到有關在所有主要平台上使用Tomcat的詳細信息,包括Windows、Linux、OS X、Solaris和FreeBSD,以及有關Tomcat配置文件的具體信息,以及部署和運行網頁應用程序的逐步指南。
這本書提供了完整的信息,包括:
- 安裝和啟動程序
- 配置Tomcat,包括領域、角色、用戶、Servlet會話和JNDI資源,包括JDBC數據源
- 部署網頁應用程序,包括單個Servlet和JSP頁面以及網頁應用程序存檔文件
- 調整Tomcat以測量和改善性能
- 將Tomcat與Apache Web伺服器集成
- 保護Tomcat以防止在線攻擊
- Tomcat配置文件-server.xml和web.xml等
- 調試和故障排除-診斷Tomcat或網頁應用程序的問題
- 編譯自己的Tomcat,而不是使用預先構建的版本
- 同時運行兩個或更多Tomcat Servlet容器
這本書還提供了Tomcat開源項目的社區資源概述,包括文檔、郵件列表等。O'Reilly出版社對Tomcat指南的需求非常高,這本書的結果明顯超出了預期。
目錄
- 前言
- 第1章 開始使用Tomcat
- 第2章 配置Tomcat