0% found this document useful (0 votes)
60 views3 pages

1 Client Translation Phase: Hello - JSP

This document outlines the steps involved when a client makes a GET request for a JSP page. 1) The client makes a GET request. 2) The web server receives the request and translates it to a servlet. 3) The servlet is compiled if needed. 4) The servlet is executed and a response is generated. 5) The response is sent back to the client.

Uploaded by

Kishor Peddi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views3 pages

1 Client Translation Phase: Hello - JSP

This document outlines the steps involved when a client makes a GET request for a JSP page. 1) The client makes a GET request. 2) The web server receives the request and translates it to a servlet. 3) The servlet is compiled if needed. 4) The servlet is executed and a response is generated. 5) The response is sent back to the client.

Uploaded by

Kishor Peddi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

GET/hello.

jsp
HTTP/1.0 200 OK
Server with
JSP Container
hello.jsp
helloServlet.java
helloServlet.class
Execute 5
6
1
Client Translation
Phase
Request
Processing
Phase










C
o
m
p
i
l
e



4


Generate
Generate

5 Execute
Execute 5

You might also like