|Mis en vente dans la catégorie :
Vous en avez un à vendre ?

Tomcat: The Definitive Guide par Jason Brittain (anglais) livre de poche-

Texte d'origine
Tomcat: The Definitive Guide by Jason Brittain (English) Paperback Book
État :
Neuf
3 disponibles / 1 vendus
Prix :
35,08 USD
Environ32,85 EUR
Pas d'inquiétude ! Retours acceptés.
Livraison :
Gratuit Economy Shipping. Afficher les détailspour la livraison
Lieu où se trouve l'objet : Fairfield, Ohio, États-Unis
Délai de livraison :
Estimé entre le mar. 14 mai et le ven. 24 mai à 43230
Les dates de livraison estimées - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet prennent en compte le délai d'expédition indiqué par le vendeur, le code postal de l'expéditeur, le code postal du destinataire et la date d'acceptation de l'offre. Elles dépendent du service de livraison sélectionné et de la date de réception du paiementréception du paiement - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
Retours :
Retour sous 30 jours. L'acheteur paie les frais de retour. Afficher les détails- pour en savoir plus sur les retours
Paiements :
     

Achetez en toute confiance

Garantie client eBay
Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. 

Détails sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :160668836438
Dernière mise à jour le 09 avr. 2024 16:05:53 Paris. Afficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Neuf: Livre neuf, n'ayant jamais été lu ni utilisé, en parfait état, sans pages manquantes ni ...
ISBN-13
9780596101060
Book Title
Tomcat
ISBN
9780596101060
Publication Name
Tomcat: the Definitive Guide : the Definitive Guide
Item Length
9.2in
Publisher
O'reilly, Incorporated
Publication Year
2007
Type
Textbook
Format
Perfect
Language
English
Item Height
1in
Author
Jason Brittain, Ian F. Darwin
Features
Revised
Item Width
7in
Item Weight
22.8 Oz
Number of Pages
496 Pages

À propos de ce produit

Product Information

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.

Product Identifiers

Publisher
O'reilly, Incorporated
ISBN-10
0596101066
ISBN-13
9780596101060
eBay Product ID (ePID)
56976608

Product Key Features

Author
Jason Brittain, Ian F. Darwin
Publication Name
Tomcat: the Definitive Guide : the Definitive Guide
Format
Perfect
Language
English
Features
Revised
Publication Year
2007
Type
Textbook
Number of Pages
496 Pages

Dimensions

Item Length
9.2in
Item Height
1in
Item Width
7in
Item Weight
22.8 Oz

Additional Product Features

Lc Classification Number
Qa76.625
Edition Description
Revised Edition
Edition Number
2
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;
Copyright Date
2007
Target Audience
Scholarly & Professional
Topic
Internet / General, Programming Languages / Java, Web / Web Programming, General
Illustrated
Yes
Genre
Computers

Description de l'objet fournie par le vendeur

Informations sur le vendeur professionnel

Premier Books LLC
David Taylor
26C Trolley Sq
19806-3356 Wilmington, DE
United States
Afficher les coordonnées
: liam-e esserdAmoc.liaterelgaednarg@yabe
Je certifie que toutes mes activités de vente seront conformes à toutes les lois et réglementations de l'UE.
grandeagleretail

grandeagleretail

98,2% d'évaluations positives
2,7 millions objets vendus
Visiter la BoutiqueContacter
Répond en général sous 24 heures

Évaluations détaillées du vendeur

Moyenne pour les 12 derniers mois

Description exacte
4.9
Frais de livraison raisonnables
5.0
Livraison rapide
4.9
Communication
4.9
Inscrit comme vendeur professionnel

Évaluations en tant que vendeur (1 021 516)

r***t (2704)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Fast friendly service, safe delivery, item as described. Great eBayer!!!
a***o (3048)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Always a pleasure to do business with : ) Highly recommended A++++++
n***d (3208)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
great book

Notes et avis sur le produit

Aucune note ni aucun avis pour ce produit
Rédigez un avis en premier.