Remote dispatcher property settings

Use this page to configure the sending of include requests between the application and remote resources.

To view this administrative console page, click Applications > Application Types > WebSphere enterprise applications > application_name > Request dispatcher properties.

Allow dispatching includes to remote resources

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.

Information Value
Data type Boolean
Default false

Allow servicing includes from remote resources

Specifies whether an application can service an include request from another application.

Information Value
Data type Boolean
Default false

Asynchronous request dispatching type

Changes the behavior of the servlet request dispatcher to support cross-JVM dispatching and asynchronous dispatching.

Information Value
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