JSP & Servlets
Search...
Ctrl
K
1.0.0
HTTP Basics
1.0.0
Understanding the servlet
Previous
Servlet Part 2
Next
Servlet XML Configuration
Last updated
6 years ago
Was this helpful?
Step 1: Various web applications are deployed on tomcat
Step 2: Hit the URL
Step 3: tomcat will create the request and response objects
Step 5: Servlet will receive both request and response objects.
Resources :
Step 4: After reading the URL : tomcat identifies the path like : "
" and loads the corresponding servlet defined using annotation or web.xml.
http://localhost:8080/SimpleServletProject/SimpleServletPath
17MB
O'Reilly Head First Servlets and JSP.pdf
pdf
Jsp and servlets Book