A Simple Servlet ExampleThis is a simple servlet example using tomcat and eclipse. It answers the questions like, what is a servlet? How a servlet works in the Tomcat container? The life cycle of a servlet etc.Servlet Example using Tomcat and EclipseWhat is a Servlet?A Servlet is a server side java component that can process the request sent by a browser and … [Read more...] about A Simple Servlet Example Tutorial using Tomcat and Eclipse