PrepAway - Latest Free Exam Questions & Answers

Which statement is true about a request made from a bro…

Which statement is true about a request made from a browser for a jsp running in an application server?

PrepAway - Latest Free Exam Questions & Answers

A.
The HTTP server plug-in loaded with the embedded HTTP server within the application server forwards the
request to the application server.

B.
The plug-in configuration file loaded with the embedded HTTP server within the application server forwards
the request to the application server.

C.
The HTTP server plug-in loaded with the HTTP server forwards the request to the embedded HTTP server
within the application server. The embedded server forwards the request into the web container.

D.
The plug-in configuration file loaded with the HTTP server forwards the request to the embedded HTTP
server within the application server. The embedded server forwards the request into the web container.

Explanation:
When IBM HTTP Server receives a request for a JSP file, it passes the request to WebSphere Application
Server – Express’s servlet engine, which calls the JSP processor. The JSP processor is an internal servlet
which converts a JSP file into Java source code and compiles it. The servlet that implements the JSP
processor is org.apache.jasper.runtime.JspServlet.
https://www.ibm.com/support/knowledgecenter/en/ssw_i5_54/rzamy/50/program/jspdef.htm


Leave a Reply