Apache Tomcat Cookbook

About the author

JCGs (Java Code Geeks) is an independent online community focused on creating the ultimate Java to Java developers resource center; targeted at the technical architect, technical team lead (senior developer), project manager and junior developers alike.

JCGs serve the Java, SOA, Agile and Telecom communities with daily news written by domain experts, articles, tutorials, reviews, announcements, code snippets and open source projects.

You can find them online at https://www.javacodegeeks.com/

Apache Tomcat, often referred to as Tomcat, is an open-source web server developed by the Apache Software Foundation (ASF). Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL and WebSocket, and provides a “pure Java” HTTP web server environment in which Java code can run.

Tomcat is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation, released under the Apache License 2.0 license, and is open-source software. Tomcat 7.x implements the Servlet 3.0 and JSP 2.2 specifications. It requires Java version 1.6, although previous versions have run on Java 1.1 through 1.5. Versions 5 through 6 saw improvements in garbage collection, JSP parsing, performance and scalability. Native wrappers, known as “Tomcat Native”, are available for Microsoft Windows and Unix for platform integration. Tomcat 8.x implements the Servlet 3.1 and JSP 2.4 Specifications. (Source)

In this ebook, we provide a compilation of Tomcat examples that will help you kick-start your own web projects. We cover a wide range of topics, from installation and configuration, to logging and clustering. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

Apache Tomcat Cookbook includes:

  1. How to Install Tomcat on Ubuntu Linux
  2. How to Start and Restart Tomcat Server as a Service
  3. Tomcat server.xml Configuration Example
  4. Tomcat tomcat-users.xml configuration example
  5. Tomcat web.xml Configuration Example
  6. Tomcat context.xml Configuration Example
  7. Tomcat clustering and session replication tutorial
  8. Tomcat access log configuration example
  9. Tomcat connection pool configuration example
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button