nerdexam
IBM

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…

Administration and Configuration

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)
  • A
    80% (16)
  • B
    5% (1)
  • C
    5% (1)
  • D
    10% (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

#HTTP server plugin#request routing#JSP#web container

Community Discussion

No community discussion yet for this question.

Full C9510-418 Practice