How do http server know if it is a static request or dynamic request ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 3 of 3 Answers

Tirupathi

  • Aug 1st, 2014
 

As per my knowledge webserver dont have ability to identify whether its a static content request or dynamic content request. when ever its gets requests, it will forward the request to plugin

Plugin will check in plugin-cfg.xml based on the uri available in uri-mapping. If its url is matched then it will route the application server based on the host and port.

If the url is not available in the plugin-cfg.xml uri group plug-in will send back the request to webserver to check in its Document root for the request page if its find its send to response to the client or it will send 404 error to the client

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions