Reader small image

You're reading from  Apache Tomcat 7 Essentials

Product typeBook
Published inMar 2012
Reading LevelBeginner
PublisherPackt
ISBN-139781849516624
Edition1st Edition
Languages
Right arrow
Author (1)
Tanuj Khare
Tanuj Khare
author image
Tanuj Khare

Tanuj Khare has worked as a professional in IT for six+ years. He is involved in Process improvements using ITIL framework and techniques (LEAN and Six sigma). He is MCSA and ITIL certified and has expertise in handling critical production server issues and has a track record of dealing with many complex problems. His quick resolution to issues faced in a production environment helped his team and clients a lot. Tanuj has SME (subject matter expertise) in Tomcat, weblogic, and JBOSS Server Administration. His experience includes working with large enterprise web hosting environment for J2EE container and small teams and his quick turnaround time resulted in on-time delivery. Apart from this, his technical expertise in root cause analysis, problem management, migration of enterprise application, and upgrade of web application servers is commendable. Until now he has done around 100+ enterprise application migrations. He has also done J2EE web and application upgrades and managed environments with 1,000+ middleware instances. Outside of work life, Tanuj enjoys playing table tennis and exploring new technologies. Tanuj is a good dancer. This is his first book.
Read more about Tanuj Khare

Right arrow

Configuration of Tomcat 7


Until now, we have discussed the various configuration files of Tomcat 7. Now, the interesting part starts while implementing these in practical, or on live systems.

Before we learn the details of the Tomcat server configuration, let's quickly understand how the web application works from the following steps:

  1. 1. Whenever you hit the URL (for example, www.abc.com), the browser will contact the DNS server.

  2. 2. The DNS server will contact the ISP for the required information.

  3. 3. Once the web server accepts the request from the client browser, it will redirect it to the database server.

  4. 4. In turn, the database server will retrieve the query and respond it back to the web server.

  5. 5. The web server then forwards the same response to the client browser, and finally, the client browser will display the content to the user.

That's how the web browser gets the content generated by the web server. The following figure explains the web application functionality and different components...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Apache Tomcat 7 Essentials
Published in: Mar 2012Publisher: PacktISBN-13: 9781849516624

Author (1)

author image
Tanuj Khare

Tanuj Khare has worked as a professional in IT for six+ years. He is involved in Process improvements using ITIL framework and techniques (LEAN and Six sigma). He is MCSA and ITIL certified and has expertise in handling critical production server issues and has a track record of dealing with many complex problems. His quick resolution to issues faced in a production environment helped his team and clients a lot. Tanuj has SME (subject matter expertise) in Tomcat, weblogic, and JBOSS Server Administration. His experience includes working with large enterprise web hosting environment for J2EE container and small teams and his quick turnaround time resulted in on-time delivery. Apart from this, his technical expertise in root cause analysis, problem management, migration of enterprise application, and upgrade of web application servers is commendable. Until now he has done around 100+ enterprise application migrations. He has also done J2EE web and application upgrades and managed environments with 1,000+ middleware instances. Outside of work life, Tanuj enjoys playing table tennis and exploring new technologies. Tanuj is a good dancer. This is his first book.
Read more about Tanuj Khare