IBM WebSphere Application Server Network Deployment V8.5 and V9.0, Core Administration — Question 8
Which statement is true about a request made from a browser for a jsp running in an application server?
Answer options
- 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.
Correct answer: A
Explanation
The correct answer is A because it correctly states that the HTTP server plug-in associated with the embedded server in the application server is responsible for forwarding the request. The other options incorrectly reference the plug-in configuration file or misplace the request forwarding process, leading to inaccuracies in the description of how requests are handled.