MuzzleGear.com: Muzzleloader Books: Professional Apache Tomcat 5 (Programmer to Programmer)
Merry Christmas!  
View Cart  
Customer Service 
Site map 
Search Advanced Search
 Location:  Home » Books » All Amazon Upgrade » Professional Apache Tomcat 5 (Programmer to Programmer)  
Guns
Knight
CVA
Traditions
Thompson Center
Pisolts / Revolvers
Accessories
Powder Flasks
Powder Measures
Bullet Starters
Ramrods & Ramrod Accessories
Cappers
Shooting Patches
Speed Loaders
Nipple Accessories
Accessory Packs
Cleaning Accessories
Scopes & Sights
Accessories By Manufacturer
Thompson Center
Traditions
Knight
Truglo
Books, Magazines, & DVDs
Books
Magazines
General Hunting DVD's
Community
Discussion Fourm
Muzzleloading Blog

Email Newsletter
Get info on Sales, Events, New Products, and More!



Professional Apache Tomcat 5 (Programmer to Programmer)
Professional Apache Tomcat 5 (Programmer to Programmer)

zoom enlarge 
Authors: Vivek Chopra, Amit Bakore, Jon Eaves, Ben Galbraith, Sing Li, Chanoch Wiggers
Publisher: Wrox
Category: Book

List Price: $39.99
Buy New: $0.96
You Save: $39.03 (98%)



New (35) Used (15) from $0.94

Avg. Customer Rating: 3.5 out of 5 stars 8 reviews
Sales Rank: 172272

Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 624
Shipping Weight (lbs): 2
Dimensions (in): 9.2 x 7.2 x 1.1

ISBN: 0764559028
Dewey Decimal Number: 005.71376
EAN: 9780764559020
ASIN: 0764559028

Publication Date: May 28, 2004
Availability: Usually ships in 1-2 business days
Condition: Brand new, never opened in stock and ships today!

Also Available In:

  • Kindle Edition - Professional Apache Tomcat 5 (Programmer to Programmer)
  • Digital - Professional Apache Tomcat 5
  • Digital - Professional Apache Tomcat 5 (Programmer to Programmer)

Similar Items:

  • Pro Apache Tomcat 5/5.5 (Expert's Voice in Java)
  • Beginning JavaServer Pages
  • Tomcat: The Definitive Guide
  • JBoss at Work: A Practical Guide
  • Professional Apache Tomcat 6 (WROX Professional Guides)

Editorial Reviews:

Product Description
What is this book about?

The Apache Tomcat server and related technologies give Java developers a rich set of tools to quickly build more sophisticated Web applications. Tomcat version 5 supports the latest JSP and Servlet specifications, JSP 2.0, and Servlets 2.4. This completely updated volume offers you a thorough education in Tomcat 5 as well as 4.1.

What does this book cover?

You will learn to solve the problems that arise with installation and configuration, security, system testing, and more. This edition also introduces you to Tomcat clustering for planning and deploying installations in mission-critical production environments, and explores the new support for Tomcat in popular IDEs, such as IntelliJ IDEA, Eclipse, NetBeans/Sun Java Studio, and JBuilder.

You’ll discover how to manage class loaders and Connectors, understand how to use IIS as a Web server front-end for Tomcat, examine JDBC-related issues in Tomcat, and be ready to put this technology to work.

Here are some other things you'll learn from this book:

  • Techniques and troubleshooting tips for installing JVM and Tomcat on Windows and UNIX/Linux systems
  • Detailed Tomcat configuration, such as Access log administration, Single Sign-on across Web applications, request filtering, the Persistent Session Manager, and JavaMail session setup
  • How to resolve JDBC connectivity issues, including connection pooling, JNDI emulation, configuring a data source, and alternative JDBC configurations
  • How to use Web servers like Apache and IIS with Tomcat to serve static content
  • A wide range of security issues, from securing Tomcat installations to configuring security policies for Web applications that run on them
  • How to configure Tomcat for virtual hosting environments
  • Procedures for load-testing Web applications deployed in Tomcat using the open source JMeter framework
  • How to set up Tomcat clustering to provide scalability and high availability to Web applications
  • How to embed Tomcat within custom applications

Who is this book for?

This book is for J2EE system administrators and Java developers with responsibilities for Tomcat configuration, performance tuning, system security, or deployment architecture.


Customer Reviews:   Read 3 more reviews...

1 out of 5 stars Bad book to setup DBCP   July 26, 2005
 2 out of 6 found this review helpful

This book gives a speedstart in getting high level architecture of Tomcat 5. Its discussion, even though not comprehensive, can make you can tell the difference between a valve, a service, an instance, and a server.

However, this book fails to provide a tested and consistent example on setting up DBCP (Apache Database Connection Pooling). Seems the information was extracted only from Apache DBCP website and reworded (such as replacing jndi/myoracle to jndi/wroxTC5) WITHOUT giving actual tested examples. I have Tomcat 5.0.28 running and the DBCP example mentioned 3 pages in chapter 8 and another 3 pages in chapter 14 does not work. I went looking for errata in the website but couldnt find it in the publisher's website.

It is rather disappointing and discouraging when you put your trust to a book that in the end gives bad examples.



3 out of 5 stars A collection of articles   June 22, 2005
 2 out of 2 found this review helpful

This book contains some good information. However, it's clear that the publisher merely solicited a bunch of articles and sort of threw them together without much in the way of an overarching design. The result is that you can find answers to many common Tomcat questions in this book, but others will go unanswered.

I agree with the previous comments that this book has some major gaps in its coverage of the topic. I would also comment that some of the presentation is pretty confusing, such as the whole area of data source configuration, which is actualy covered TWICE. Which section of the book where it's covered are you supposed to follow? And, as it turns out, even though this subtopic is covered twice, they still don't manage to give a complete explanation, leaving out the important issue of setting up a context.xml file.

It's better than not having any Tomcat book at all, but this is not an exceptionally complete or well-organized book.



4 out of 5 stars Not for beginners   April 13, 2005
 1 out of 2 found this review helpful

Very good book, but I first read it as a preparation to manage a tomcat server and I could barely understand. A re-read it later on and it was a lot clearer.


3 out of 5 stars it is worth $25.   February 3, 2005
 3 out of 5 found this review helpful

I looked through it in 1 day, from the programmer point of view, what I learned is totally worth I paid for the book, I have a clear overall picture of Tomcat, the components ( server, service, host,contexs),directories,especially the class loaders that helps me develop my web applications.
if you are just a programmer and a looking for some systematic inforation of Tomcat, you just need read 3 or chapters,probably this information is publiclly available in tomcat's offical website. this is why I finished in just 1 day.



5 out of 5 stars this is the place to start   October 14, 2004
 2 out of 2 found this review helpful

as a beginner to the world of Java, Servlets, and JSP, this provided the best introductory place to begin learning these technologies.

More so than any of the o'reilly books, this volume takes you through the necessary introductory concepts. The examples are simple but not trivial, and present material in a way that can be readily absorbed and reused.

This is not a reference book- I feel comfortable setting it aside now that I have digested the contents. But, having been lost in a maze of other reference volumes from Learning Java (too trivial and slow-paced) to JSP Cookbook (too difficult to start) this provides the healthy, learn-quick but absorb-as-well volume I needed.


Site by: Troy Peterson

Muzzlegear is an Associate of

About us | Contact Us | Privacy Policy | Disclaimer
Copyright © 2007 MuzzleGear.com
The MuzzleGear.com Logo, "Load. Prime. Shoot.", and MuzzleMail
are Trademarks of MuzzleGear.com