C9510-418 · Question #14
Which statement is true about a request made from a browser for a jsp running in an application server?
The correct answer is A. The HTTP server plug-in loaded with the embedded HTTP server within the application server. 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…
Question
Which statement is true about a request made from a browser for a jsp running in an application server?
Options
- AThe HTTP server plug-in loaded with the embedded HTTP server within the application server
- BThe plug-in configuration file loaded with the embedded HTTP server within the application server
- CThe HTTP server plug-in loaded with the HTTP server forwards the request to the embedded
- DThe plug-in configuration file loaded with the HTTP server forwards the request to the embedded
How the community answered
(20 responses)- A80% (16)
- B5% (1)
- C5% (1)
- D10% (2)
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.
Topics
Community Discussion
No community discussion yet for this question.