How do Http Server knows if it is Static Request or Dynamic Request.?

Showing Answers 1 - 9 of 9 Answers

Lalit

  • May 15th, 2015
 

The Dynamic or Static request are being differentiated by plugin and not http server.

  Was this answer useful?  Yes

vijay

  • Sep 1st, 2015
 

HTTP server plugin receives the request and passes to webcontainer and webcontainer receives & verifies that it can reply to the request or not, if not request moves to EJB container and gets the response to the client request.

  Was this answer useful?  Yes

Bharathiraja

  • Jun 7th, 2016
 

When web server receives HTTP request it checks the plugin file and try to match with the URI (Unified resource identifier). If it matches it forwards to app server considering as an dynamic request Else the web server tries to serve the static content. If not found it will throw 404 error.

  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