Administering RRD applications
Subtopics
- Configure web applications to dispatch remote includes
We can configure web modules in an application as remote request dispatcher clients to dispatch include requests to resources across web modules that are in different Java virtual machines in a managed node environment through the standard request dispatcher.
- Configure web applications to service remote includes
We can configure web modules in an application as remote request dispatcher servers that are remotely included by other web applications.
- Configure remote request dispatcher caching
The creation and handling of the remote request dispatcher (RRD) message and the transfer of this data across a network creates substantial overhead. To improve performance, the local machine can receive the cache rules of the remote server and know when to cache the response locally to prevent the RRD call altogether.
- Remote request dispatcher
Remote Request Dispatcher (RRD) is a pluggable extension to the web container for application frameworks, servlets, and JSPs to include content from outside of the current JVM for the resource, as part of the response sent to the client.
- Remote dispatcher property settings
Use this page to configure the sending of include requests between the application and remote resources.
- Remote request dispatcher considerations
This topic presents some considerations of which we need to be aware when using remote request dispatcher.