Use this page to configure the sending of include requests between the application and remote resources.
To view this administrative console page, click
.Specifies whether an application can 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.
Data type | Boolean |
Default | false |
Specifies whether an application can service an include request from another application.
Data type | Boolean |
Default | false |
Changes the behavior of the servlet request dispatcher to support cross-JVM dispatching and asynchronous dispatching.
Disabled | Specifies that asynchronous request dispatching is not supported for this application |
Server side | Specifies that the response content is aggregated on the server |
Client side | Specifies that the response content is aggregated on the client/browser |