Enabling Web Cache in SAP Web Dispatcher

When an http call is made, it is passed to the application server via the web dispatcher. If the same call is made repeatedly, the WD has to keep sending the same request to the application. There is some level of saving that can be made in the network bandwidth and usage of backend system by saving the fetched pages locally and serving the saved copies from the web dispatcher.

Web caching is inactive by default. To activate the cache on a particular uri, add "icm/HTTP/server_cache_0 = PREFIX=<uri-prefix>, CACHEDIR=<dir>" in the web dispatcher profile.

Comments

Popular posts from this blog

OS/DB Migration - CMD. STR, TOC, EXT, R3load, DDLDBS.TPL and more

Fixing Inconsistent Table - Table activation fails due to inconsistency between DD and DB

301 Redirect Using SAP Web Dispatcher