Java Tomcat Tutorials
- Details
- Written by Nam Ha Minh
- Last Updated on 16 November 2023   |   Print Email
Apache Tomcat is a web server widely used for hosting web applications built on Java EE platform. It is also called a servlet container because a Java web application consists of servlets and Tomcat provides environment for running servlets.
Tomcat Installation:
- Download and Install Tomcat 8.5 on macOS
- How to Set Up Tomcat 9 on macOS
- Download and Install Tomcat 10 on macOS
Java Web Application Deployment on Tomcat:
- How to deploy a Java web application on Tomcat
- How to set web application context path as server root in Tomcat
- How to Use Virtual Hosts in Tomcat
Tomcat configuration:
- 4 Ways to Change JRE for Tomcat
- How to change Tomcat port numbers in server.xml file
- How to configure session timeout in Tomcat
Using Apache Tomcat server in Eclipse IDE:
- How to add Tomcat server in Eclipse IDE
- How to change port numbers for Tomcat in Eclipse
- How to change server location and deploy path for Tomcat in Eclipse
Programming with Apache Tomcat server:
- How to configure JNDI DataSource for Database Connection Pooling in Tomcat
- How to Embed Tomcat Server into Java Web Applications