WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

how webserver knows coming request is static or dynamic request?

  • 1.  how webserver knows coming request is static or dynamic request?

    Posted 03/28/13 12:14 PM
    how does webserver knows request is static or dynamic.


  • 2.  how webserver knows coming request is static or dynamic request?

    Posted 03/28/13 01:28 PM
    HI saravana

    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.

    Someone correct me If I am wrong.


  • 3.  how webserver knows coming request is static or dynamic request?

    Posted 03/28/13 01:58 PM
    thank you adminuppala for u r quick response