Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Tomcat: The Definitive Guide: The Definitive Guide
Unavailable
Tomcat: The Definitive Guide: The Definitive Guide
Unavailable
Tomcat: The Definitive Guide: The Definitive Guide
Ebook496 pages9 hours

Tomcat: The Definitive Guide: The Definitive Guide

Rating: 3.5 out of 5 stars

3.5/5

()

Currently unavailable

Currently unavailable

About this ebook

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:

  • 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


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.
LanguageEnglish
Release dateOct 23, 2007
ISBN9780596516871
Unavailable
Tomcat: The Definitive Guide: The Definitive Guide
Author

Jason Brittain

Jason Brittain is a Senior Principal Software Engineer for Orbital Sciences Corporation, working at NASA's Ames Research Center on theKepler Space Telescope mission (http://kepler.nasa.gov). Jason is a co-author of Tomcat: The Definitive Guide, now in itssecond edition, and has written some web articles for O'Reilly'sOnJava.com web site. Before joining the team on the Kepler mission, Jason was a SeniorSoftware Engineer at Symantec Corporation working on the BrightmailAntiSpam appliance product line's control center web application. Jason's specialties include Java software development, Tomcat webapplication development and deployment, scalability and faulttolerance, and Apache Ant build systems, and Linux systemadministration. He has contributed to many Apache Jakarta projects,and has been an active open source software developer for severalyears.

Related to Tomcat

Related ebooks

Computers For You

View More

Related articles

Reviews for Tomcat

Rating: 3.3333333555555553 out of 5 stars
3.5/5

9 ratings1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 3 out of 5 stars
    3/5
    This book does an exceptional job of describing the installation, configuration and optimization of Tomcat. It provides detailed commands and code samples that would be helpful to Tomcat administrators in maintaining and troubleshooting their server.

    While the introduction says the book isn't necessarily just for administrators, that's where it has the most value. What I was hoping for was more information as to how Tomcat works to process requests and deliver responses. One section of the book I did find helpful was the chapter on clustering and improving server availability.

    Overall, I think this is a great reference for someone that is responsible for the regular performance of one or more Tomcat servers but doesn't provide a completely rounded overview.