Tomcat: The Definitive Guide
Publisher: O'Reilly Media
Release Date: February 2009
Pages: 320
Read on O'Reilly Online Learning with a 10-day trial
Start your free trial now Buy on AmazonWhere’s the cart? Now you can get everything with O'Reilly Online Learning. To purchase books, visit Amazon or your favorite retailer. Questions? See our FAQ or contact customer service:
1-800-889-8969 / 707-827-7019
support@oreilly.com
- The server.xml configuration file
- Java Security manager
- Authentication schemes and Tomcat users
- The Secure Socket Layer (SSL)
- Tomcat JDBC Realms
- Installing servlets and Java Server Pages
- Integrating Tomcat with Apache
- Advanced Tomcat configuration
Table of Contents
-
Chapter 1 Getting Started with Tomcat
-
Installing Tomcat
-
Starting, Stopping, and Restarting Tomcat
-
Automatic Startup
-
Testing Your Tomcat Installation
-
-
Chapter 2 Configuring Tomcat
-
Using the Apache Web Server
-
Managing Realms, Roles, and Users
-
Controlling Sessions
-
Accessing JNDI and JDBC Resources
-
Servlet Auto-Reloading
-
Relocating the Web Applications Directory
-
Customized User Directories
-
Tomcat Example Applications
-
Server-Side Includes
-
Common Gateway Interface (CGI)
-
The Tomcat Admin Application
-
-
Chapter 3 Deploying Servlet and JSP Web Applications in Tomcat
-
Layout of a Web Application
-
Manual Application Deployment
-
Automatic Deployment
-
The Manager Application
-
Automation with Jakarta Ant
-
-
Chapter 4 Tomcat Performance Tuning
-
Measuring Web Server Performance
-
External Tuning
-
Internal Tuning
-
Capacity Planning
-
Additional Resources
-
-
Chapter 5 Integration with Apache Web Server
-
Introduction
-
The Pros and Cons of Integration
-
Installing Apache httpd
-
Apache Integration with Tomcat
-
Of Connectors and Configuration Files
-
Summary
-
-
Chapter 6 Tomcat Security
-
Introduction
-
Securing the System
-
Multiple Server Security Models
-
Using the -security Option
-
Setting Up a Tomcat chroot Jail
-
Filtering Bad User Input
-
Securing Tomcat with SSL
-
-
Chapter 7 Configuration Files and Their Elements
-
server.xml
-
web.xml
-
tomcat-users.xml
-
catalina.policy
-
-
Chapter 8 Debugging and Troubleshooting
-
Reading Log Files
-
URLs and the HTTP Conversation
-
Debugging with RequestDumperValve
-
When Tomcat Won't Shut Down
-
-
Chapter 9 Building Tomcat from Source
-
Installing Jakarta Ant
-
Obtaining the Source
-
Downloading Support Libraries
-
Building Tomcat
-
-
Chapter 10 Tomcat Clustering
-
Clustering Terms
-
The Communication Sequence of an HTTP Request
-
Additional Resources
-
-
Chapter 11 Final Words
-
Supplemental Resources
-
Community
-
-
Appendix A Installing Java
-
Choosing a Java SDK
-
-
Appendix B JSPs and Servlets
-
Why Both JSPs and Servlets?
-
Simplifying JSPs with JavaBeans:Reusable Components
-
Simplifying Your JSPs with Custom Tags
-
Extending Tomcat
-
-
Appendix C jbchroot.c
-
Appendix D BadInputFilterValve.java
-
Colophon