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

Which statement is true about a request made from a browser for a jsp running in an application server?
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.

Answer: C

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.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments