The importance of a front-end web reverse hosting server can be shown by breaking down the requests from frequently-used application pages. For example, when logging into an ENOVIA product from emxLogin.jsp, there are about 11 requests for static content (depending on the version used) and only 1 request for dynamic content generated. Loading or refreshing the primary (content) page of the application (emxNavigator.jsp) results
in approximately 7 HTTP requests for dynamic content and the actual number of requests for static content depends upon the browser configuration for browser caching:
The default is "Automatic," however, previous versions of ENOVIA products recommended "Every page" to ensure that the newest version of any page was used. The "Automatic" setting is the recommendation for Version 10.7 and higher. For more information, refer to "Using a Web server in addition to an application server". |