Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C9510-418 All Questions

View all questions & answers for the C9510-418 exam

Exam C9510-418 topic 1 question 39 discussion

Actual exam question from IBM's C9510-418
Question #: 39
Topic #: 1
[All C9510-418 Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
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.

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
[Removed]
1 year, 10 months ago
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
upvoted 1 times
...
ftagliac
3 years, 11 months ago
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!
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...