This lecture covers the JEE's approach to server-side processing. It introduces the overall Tomcat architecture and focuses on the servlet container. The hands-on lab session will walk you through the installation of Tomcat and introduces you to the capabilities of its three engines, Coyote, Catalina, and Jasper.
init
method on it. You may need to instantiate POJO's/beans or initialize in init
.service
method.destroy
method then unloads it.service
since it filters based on the request method. Override either doGet
or doPost
(or both)