Apache Tomcat is the most common and popular java-based web container available today. In this tutorial I will show you how to install Tomcat 8 and tweak the configuration files.
Continue readingservlet
Java Servlet Example
In this tutorial I will show you how to create Servlets and deploy them in Apache Tomcat 8
Continue readingJava Servlet POST Example
This example demonstrates how to use Servlet’s doPost() method to handle POST requests
Continue readingServlet Request Info Example
In this tutorial I will show you how to retrieve various data from a Servlet Request object, like headers, parameters, paths and session data
Continue readingServlet Annotation Example
Configure Java Web Applications with Init Parameters
This example demonstrates the usage of init parameters to configure Java web applications
Continue reading