Penguin
Annotated edit history of TomCat version 2, including all changes. View license author blame.
Rev Author # Line
2 AristotlePagaltzis 1 [Apache Tomcat | http://tomcat.apache.org/] is an OpenSource JavaServerPages and JavaServlet container, maintained by the ApacheSoftwareFoundation. It grew from the ReferenceImplementation of the servlet standard, and was gifted to Apache by Sun. It was named such that it could easily suggest which animal [O'Reilly] should put on the cover of a book about it.
1 CraigBox 2
2 AristotlePagaltzis 3 It was originally known as "Jakarta Tomcat", as it was part of the Apache Jakarta suite of [Java] code.
1 CraigBox 4
2 AristotlePagaltzis 5 Written entirely in Java, it comprises an [HTTP] server, and a container for [Java] web code to run in.
1 CraigBox 6
2 AristotlePagaltzis 7 Tomcat is the WebServer bundled with [JBoss].
1 CraigBox 8
9 See also:
10
11 * [Java]
12 * ApacheSoftwareFoundation
13 * [AXIS]
14
15 ----
16
17 !! Notes
18
19 If you are migrating from an earlier version to Tomcat 5, you will probably need to rewrite your <tt>web.xml</tt> file since version 5 validates it against the applicable [DTD] and is much more strict about what syntax it accepts, especially with respect to wildcards.