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
Ebook322 pages6 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

Jakarta Tomcat is not only the most commonly used open source servlet engine today, it's become the de facto standard by which other servlet engines are measured. Powerful and flexible, it can be used as a stand-alone web server or in conjunction with another server, like Apache or IIS, to run servlets or JSPs. But mastery of Tomcat is not easy: because it's as complex as it is complete. Tomcat: The Definitive Guide answers vexing questions that users, administrators, and developers alike have been asking. This concise guide provides much needed information to help harness Tomcat's power and wealth of features.Tomcat: The Definitive Guide offers something for everyone who uses Tomcat. System and network administrators will find detailed instructions on installation, configuration, and maintenance. For users, it supplies insightful information on how to deploy Tomcat. And seasoned enterprise Java developers will have a complete reference to setting up, running, and using this powerful softwareThe book begins with an introduction to the Tomcat server and includes an overview of the three types of server configurations: stand-alone, in-process, and out-of-process. The authors show how directories are laid out, cover the initial setup, and describe how to set the environment variables and modify the configuration files, concluding with common errors, problems, and solutions. In subsequent chapters, they cover:

  • 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
and much more.Tomcat: The Definitive Guide covers all major platforms, including Windows, Solaris, Linux, and Mac OS X, contains details on Tomcat configuration files, and has a quick-start guide to get developers up and running with Java servlets and JavaServer Pages. If you've struggled with this powerful yet demanding technology in the past, this book will provide the answers you need.
LanguageEnglish
Release dateJun 13, 2003
ISBN9780596516895
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

Programming For You

View More

Related articles

Reviews for Tomcat

Rating: 3.70000002 out of 5 stars
3.5/5

10 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.