InterviewSolution
| 1. |
What About Plug-in? |
|
Answer» plug-in is one of the modules it is interface between application server and web server, the plug-in process receives the REQUEST from the CLIENT first. If the request is for dynamic CONTENT, the plug-in diverts the request to the WEBSPHERE application server. If the request is for static content, the plug-in forwards it to the HTTP server. plug-in is one of the modules it is interface between application server and web server, the plug-in process receives the request from the client first. If the request is for dynamic content, the plug-in diverts the request to the websphere application server. If the request is for static content, the plug-in forwards it to the Http server. |
|