Wiley 978-0-7645-4372-2 Datenblatt

Stöbern Sie online oder laden Sie Datenblatt nach Software-Handbücher Wiley 978-0-7645-4372-2 herunter. Wiley Professional Apache Tomcat Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 14
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Apache and Jakarta Tomcat
If you've written any Java servlets or JavaServer Pages (JSPs), chances are that you've downloaded
Tomcat. That's because Tomcat is a free, feature-complete servlet container that servlet and JSP
developers can use to test their code. Tomcat is also Sun's reference implementation of a servlet
container, which means that Tomcat's first goal is to be 100% complaint with the versions of the Servlet
and JSP specification that it supports.
However, Tomcat is more than just a test server: many individuals and corporations are using Tomcat
in production environments because it has proven to be quite stable. Indeed, Tomcat is considered by
many to be a worthy addition to the excellent Apache suite of products.
Despite Tomcat's popularity, it suffers from a common shortcoming among open source projects: lack of
complete documentation. There is some documentation distributed with Tomcat (mirrored at
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/) and there's even an open source effort to write a
Tomcat book (http://tomcatbook.sourceforge.net/). Even with these resources, however, there is much
room for additional material.
We've created this book to fill in some of the documentation holes and use the combined experience of the
authors to help Java developers and system administrators make the most of the Tomcat product. Whether
you're looking to learn enough to just get started developing servlets or trying to understand the more
arcane aspects of Tomcat configuration, you should find what you're looking for within these pages.
The first two chapters are designed to provide newcomers with some basic background information that
will become prerequisite learning for future chapters. If you're a system administrator with no previous
Java experience, you are advised to read them; likewise if you're a Java developer who is new to
Tomcat. Finally, if you're well informed about Tomcat and Java, you'll probably want to jump straight
ahead to Chapter 3, although skimming this chapter and its successor is likely to yield some additions to
your present understanding.
1
Seitenansicht 0
1 2 3 4 5 6 ... 13 14

Inhaltsverzeichnis

Seite 1 - Apache and Jakarta Tomcat

Apache and Jakarta TomcatIf you've written any Java servlets or JavaServer Pages (JSPs), chances are that you've downloadedTomcat. That&apos

Seite 2

Chapter 110J2EE API DescriptionJava Transaction API (JTA) JTA enables a web application to gracefully handlefailures in one or more of its components

Seite 3 - Apache Projects

Apache and Jakarta Tomcat11Pick and ChooseHowever, not all developers want to create the kinds of distributed systems that the entire collection ofJ2E

Seite 4 - The Jakarta Project

Chapter 112The Tomcat 4.x series, however, features a much nicer implementation of HTTP and better support forserving up static content, and should by

Seite 5 - Other Jakarta Subprojects

Apache and Jakarta Tomcat13SummaryAs we draw this chapter to a close, let's review some of the key points that have been covered:❑ The Apache Sof

Seite 7 - Other Licenses

Chapter 12We will cover the following points in this chapter:❑ The origins of the Tomcat server❑ The terms of Tomcat's license and how it compare

Seite 8 - The Big Picture: J2EE

Apache and Jakarta Tomcat3The Apache Software FoundationIn 1999, the same folks who wrote the Apache server formed the Apache Software Foundation (ASF

Seite 9 - The J2EE APIs

Chapter 14The Jakarta ProjectOf most relevance to this book is Apache's Jakarta project, of which the Tomcat server is a subproject.The Jakarta p

Seite 10 - Chapter 1

Apache and Jakarta Tomcat5Ant can be used for building applications in any language, and it can be used on any platform that has aJava 1.1 virtual mac

Seite 11 - Pick and Choose

Chapter 16Distributing TomcatTomcat is open source software, and as such is free and freely distributable. However, if you have muchexperience in deal

Seite 12 - Tomcat and Other Web Servers

Apache and Jakarta Tomcat7GPLThe GNU Project created and actively evangelizes the GPL. The GNU Project is somewhat similar tothe ASF, with the excepti

Seite 13

Chapter 18The Big Picture: J2EEAs a servlet container, Tomcat is a key component of a larger set of standards collectively referred to asthe Java 2 Pl

Seite 14

Apache and Jakarta Tomcat9In these situations, where a single server simply cannot meet the needs of a software system, adistributed system is ideal.

Kommentare zu diesen Handbüchern

Keine Kommentare