Exam C9510-418 All QuestionsBrowse all questions from this exam
Question 14

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

    Correct Answer: C

    The HTTP server plug-in is responsible for forwarding requests from the HTTP server to the application server’s embedded HTTP server. Once the request reaches the embedded HTTP server in the application server, it is forwarded into the web container where JSP files are processed. An embedded HTTP server within an application server typically does not load a server plug-in directly; instead, the main HTTP server forwards the request to the embedded server which then forwards it to the web container for processing.

Discussion
ftagliacOption: C

I think that correct response is 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.". The embedded HTTP Server in Application server not load any plugin server module!

[Removed]

I agree. "The web container is the part of the application server in which web application components run. Web applications are comprised of one or more related servlets, JavaServer Pages technology (JSP files), and Hyper Text Markup Language (HTML) files that you can manage as a unit.", "Requests are directed to the web container using the web container inbound transport chain. The chain consists of a TCP inbound channel that provides the connection to the network, an HTTP inbound channel that serves HTTP requests, and a web container channel over which requests for servlets and JSP files are sent to the web container for processing." https://www.ibm.com/docs/en/was/9.0.5?topic=websphere-application-server-overview