更新时间:2021-04-01 13:46:22
Coverpage
Copyright Information
Credits
About the author
Acknowledgement
About the reviewers
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Introduction to Tomcat
What's the story behind Tomcat?
What exactly is Tomcat?
Why this book?
Gathering our tools
Summary
Chapter 2. Servlet API Overview
Java Community Process
Java Enterprise Edition platform
Hypertext Transfer Protocol (HTTP)
What is the Servlet API?
Chapter 3. Servlet Container Overview
Component taxonomy
Chapter 4. Starting Up Tomcat
Using scripts
Chapter 5. The Server and Service Components
Setting up your project
JNDI service
StandardServer
StandardService
Chapter 6. The Connector Component
Connector classification
Chapter 7. The Engine Component
Containers
Nested components
Engine
Implementation details
Pipeline
Valve
Chapter 8. The Host Component
Virtual hosts
Configuring a host
StandardHost
HostConfig
Examples of name-based virtual hosting
StandardHostValve
ErrorReportValve
Chapter 9. The Context Component
Aspects of the Context component
Web application resources
Shared library mechanism
URLs and protocol handlers
Java class loading
Implementing a custom class loader
Making a class available
Context initialization and startup
Request processing
Hot deploying a context
Context example
Chapter 10. The Wrapper Component
StandardWrapper
Servlet lifecycle
Mappers
Filters
Request dispatcher
Examples
Chapter 11. The Manager Component
Session propagation mechanisms
Session
Manager
Index