

Tomcat: The Definitive Guide by Brittain, Jason; Darwin, Ian F.
by Brittain, Jason; Darwin, Ian F. | PB | Good
US $6.99
Approximately£5.20
Condition:
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ”... Read moreAbout condition
Good
A book that has been read, but is in good condition. Minimal damage to the book cover eg. scuff marks, but no holes or tears. If this is a hard cover, the dust jacket may be missing. Binding has minimal wear. The majority of pages are undamaged with some creasing or tearing, and pencil underlining of text, but this is minimal. No highlighting of text, no writing in the margins, and no missing pages. See the seller’s listing for full details and description of any imperfections.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Postage:
Free Economy Shipping.
Estimated between Sat, 3 May and Wed, 7 May to 43230
Located in: Aurora, Illinois, United States
Returns:
30 days return. Seller pays for return postage.
Payments:
Shop with confidence
Seller assumes all responsibility for this listing.
eBay item number:194212518580
Item specifics
- Condition
- Good
- Seller notes
- Binding
- Paperback
- Book Title
- Tomcat
- Weight
- 1 lbs
- Product Group
- Book
- IsTextBook
- Yes
- ISBN
- 9780596101060
About this product
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
0596101066
ISBN-13
9780596101060
eBay Product ID (ePID)
56976608
Product Key Features
Number of Pages
528 Pages
Publication Name
Tomcat: the Definitive Guide
Language
English
Subject
Programming Languages / Java, Internet / General, Web / Web Programming, General
Publication Year
2007
Features
Revised
Type
Textbook
Subject Area
Computers
Format
Perfect
Dimensions
Item Height
1.1 in
Item Weight
29.9 Oz
Item Length
9.3 in
Item Width
7.4 in
Additional Product Features
Edition Number
2
Intended Audience
Scholarly & Professional
Illustrated
Yes
Table Of Content
Preface; What's This Book About?; Why an Entire Book on Tomcat?; Who This Book Is For; Conventions Used in This Book; Using Code Examples; We'd Like to Hear from You; Safari® Books Online; Acknowledgments;Chapter 1: Getting Started with Tomcat; 1.1 Installing Tomcat; 1.2 Starting, Stopping, and Restarting Tomcat; 1.3 Automatic Startup; 1.4 Testing Your Tomcat Installation; 1.5 Where Did Tomcat Come From?;Chapter 2: Configuring Tomcat; 2.1 A Word About Using the Apache Web Server; 2.2 Relocating the Web Applications Directory; 2.3 Changing the Port Number from 8080; 2.4 Java VM Configuration; 2.5 Changing the JSP Compiler; 2.6 Managing Realms, Roles, and Users; 2.7 Controlling Sessions; 2.8 Accessing JNDI and JDBC Resources; 2.9 Servlet Auto-Reloading; 2.10 Customized User Directories; 2.11 Tomcat Example Applications; 2.12 Common Gateway Interface (CGI); 2.13 The Tomcat Admin Webapp;Chapter 3: Deploying Servlet and JSP Web Applications in Tomcat; 3.1 ; 3.2 Layout of a Web Application; 3.3 Deploying an Unpacked Webapp Directory; 3.4 Deploying a WAR File; 3.5 Hot Deployment; 3.6 Working with WAR Files; 3.7 The Manager Webapp; 3.8 Automation with Apache Ant; 3.9 Symbolic Links;Chapter 4: Tomcat Performance Tuning; 4.1 Measuring Web Server Performance; 4.2 External Tuning; 4.3 Internal Tuning; 4.4 Capacity Planning; 4.5 Additional Resources;Chapter 5: Integration with the Apache Web Server; 5.1 The Pros and Cons of Integration; 5.2 Installing Apache httpd; 5.3 Apache Integration with Tomcat; 5.4 Tomcat Serving HTTP over the APR Connector;Chapter 6: Tomcat Security; 6.1 Securing the System; 6.2 Multiple Server Security Models; 6.3 Using the SecurityManager; 6.4 Granting File Permissions; 6.5 Setting Up a Tomcat chroot Jail; 6.6 Filtering Bad User Input; 6.7 Securing Tomcat with SSL;Chapter 7: Configuration; 7.1 server.xml; 7.2 web.xml; 7.3 tomcat-users.xml; 7.4 catalina.policy; 7.5 catalina.properties; 7.6 context.xml;Chapter 8: Debugging and Troubleshooting; 8.1 Reading Logfiles; 8.2 Hunting for Errors; 8.3 URLs and the HTTP Conversation; 8.4 Debugging with RequestDumperValve; 8.5 When Tomcat Won't Shut Down;Chapter 9: Building Tomcat from Source; 9.1 Installing Apache Ant; 9.2 Obtaining the Source; 9.3 Downloading Support Libraries; 9.4 Building Tomcat;Chapter 10: Tomcat Clustering; 10.1 Clustering Terms; 10.2 The Communication Sequence of an HTTP Request; 10.3 Distributed Java Servlet Containers; 10.4 Tomcat 6 Clustering Implementation; 10.5 JDBC Request Distribution and Failover; 10.6 Additional Resources;Chapter 11: Final Words; 11.1 Supplemental Resources; 11.2 Community;Installing Java; Choosing a Java JDK; Working Around Older GCJ and Kaffe JVMs; Sun Microsystems Java SE JDK; IBM J9 JDK; BEA JRockit JDK; Apple Java SE JDK; Excelsior JET; Apache Harmony JDK;jbchroot.c;BadInputValve.java;BadInputFilter.java;RPM Package Files;Colophon;
Edition Description
Revised edition
Synopsis
Offering something for everyone who uses Tomcat, this book covers all major platforms, including Windows, Solaris, Linux, and Mac OS X; contains details on Tomcat configuration files; and even has a quick-start guide to get developers up and running with Java servlets and JavaServer Pages., 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., This concise guide provides complete information forharnessing Jakarta Tomcat's power and wealth of features.For network and system administrators, "Tomcat: theDefinitive Guide" offers detailed instructions oninstallation, configuration, performance and security.For users, it supplies insightful information on how todeploy Tomcat. For ......
LC Classification Number
QA76.625
Item description from the seller
Seller business information
Popular categories from this shop
Seller Feedback (5,608,767)
- y***e (1037)- Feedback left by buyer.Past monthVerified purchase🏆 SUPER STAR🤩 AMAZING PHOTOS 🎯 ACCURATE DESCRIPTION ✏️ GENUINE PRODUCTS 💎 HIGH QUALITY 🍯 SUPER PRICES 💰 EASY TO WORK WITH 🍰 ECONOMY HANDLING ⏱️ FAST SHIPPING 🚀 BUBBLE PACKAGE 📦 ARRIVED WITHIN DAYS 🌎 EXCEPTIONAL COMMUNICATION 🎙️ OUTSTANDING CUSTOMER SERVICE 🛎️ GREAT SENSE OF HUMOR 🍿 TOTAL ASSET TO THE EBAY-ECO SYSTEM 🥇 SAVED SELLER 🎱 PROMT REPLY FOR RETURNS 🎯 WOULD BUY FROM AGAIN 🧲 UNDER PROMISES OVER DELIVERS ⛳️ MADE ME VERY HAPPY 🌈 LEFT POSITIVE FEEDBACK 🌼 THANK YOU! 😇 AAAA
- f***f (1514)- Feedback left by buyer.Past 6 monthsVerified purchaseThe seller was incredibly communicative and was willing to lump together multiple items I'd purchased to combine shipping, which was greatly appreciated. The item itself was in perfect condition, looks better than in the photo, and was packaged well to avoid any damage during shipping. It arrived quickly and without any issues! Excellent Seller, Goes the Extra Mile. Smooth Transaction, Shipped Very Quickly, As Advertised; Good Price; Well Packaged & Delivered Within a Few Days. A+
- e***r (2701)- Feedback left by buyer.Past 6 monthsVerified purchaseThank you so much for offering this art book. Your price was fabulous on it. I had no communication, but you are no doubt a kind person. You are also a professional person, and your attention to detail really helped me in making my purchase decision. I'm adding you to my favorite seller list, and I always do shop with this list first. And also, I'd like to thank you for the lovely packaging, and the extremely fast shipping. The book was exactly as you described it. Happy New Year, if I can say.
More to explore:
- Study Guide School Textbooks & Study Guides,
- Study Guide Paperback School Textbooks & Study Guides,
- Biology Study Guide School Textbooks & Study Guides,
- Chemistry Study Guide School Textbooks & Study Guides,
- Collins Study Guide School Textbooks & Study Guides,
- Ian Fleming Hardcover Books,
- English Study Guide School Textbooks & Study Guides,
- Science Study Guide School Textbooks & Study Guides,
- Geography & Geosciences Study Guide School Textbooks & Study Guides,
- Spanish Travel Guide