- Apache Tomcat 7 Essentials
- Tanuj Khare
- 202字
- 2021-08-20 15:35:09
Chapter 1. Installation of Tomcat 7
Apache Tomcat is an open source Java-based web and servlet container, which is used to host Java-based applications. It was first developed for Jakarta Tomcat. Due to an increase in demand, it was later hosted as a separate project called Apache Tomcat, which is supported by The Apache Software Foundation. It was initially developed by James Duncan Davidson, a software architect at Sun Microsystems. He later helped make this project open source and played a key role in donating this project from Sun Microsystems to The Apache Software Foundation. Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run.
Apache Tomcat version 7.0 implements the Servlet 3.0 and Java Server Pages 2.2 specifications from the Java Community Process. It includes many additional features that makes it a useful platform for developing and deploying web applications and web services.
In this chapter, we will discuss the following topics:
- Introduction to Tomcat 7
- Features of Tomcat 7
- Installation of Tomcat
- Prerequisites for Tomcat 7 installation
- Installation on Linux and Windows operating systems
- Common areas of troubleshooting during installation