Start of Content Area

Component documentation SAP Web Dispatcher  Locate the document in its SAP Library structure

Purpose

The SAP Web Dispatcher lies between the Internet and your SAP system. It is the entry point for HTTP(s) requests into your system, which consists of one or more NetWeaver application servers. As a "software web switch", the SAP Web Dispatcher can reject or accept connections. When it accepts a connection, it balances the load to ensure an even distribution across the servers.

You can use the SAP Web Dispatcher in ABAP/Java systems and in pure Java systems, as well as in pure ABAP systems.

Recommendation

It is also beneficial to use the SAP Web Dispatcher, if you do not need security functions (entry point in the DMZ, SSL, URL filtering), but you simply want to balance the load between several SAP NW AS instances.

Implementation Notes

The SAP Web Dispatcher is recommended when you use an SAP system with several SAP NW application servers for Web applications.

The SAP Web Dispatcher is a program that you can run on the machine that is connected directly to the Internet. It requires minimal configuration - you just have to enter the following data in the profile file:

      Port, on which the HTTP(s) requests are to be received (parameter icm/server_port_<xx>)

      Host and HTTP port of the SAP message server (parameter rdisp/mshost and parameter ms/http_port)

Example

If you should be able to call the Web application externally, for example using the URL www.shop.acme.com, this host name must be mapped internally to the SAP Web Dispatcher. This then forwards the HTTP(S) request to a suitable application servers.

Features

The SAP Web Dispatcher performs the following tasks:

      Selects an appropriate application server (persistence with stateful applications, load balancing, ABAP or Java server), see Server Selection and Load Balancing Using the SAP Web Dispatcher.

      Filters URLs – you can define URLs that are to be rejected, see SAP Web Dispatcher as a URL Filter.

      Web caching – you can use the SAP Web Dispatcher as a Web Cache to improve the response times and to conserve the application server cache.

      Depending on the SSL configuration, forwards, terminates, and (re)encrypts requests. See SAP Web Dispatcher and SSL.

Restrictions

The SAP Web Dispatcher is only useful in the Web environment. In the classic SAP system, load is balanced by the message server.

The SAP Web Dispatcher forwards incoming HTTP(S) requests to the Web application servers and returns the responses from the back end to the client.

Outgoing requests (such as requests to a different SAP Web Application Server) are not sent via the SAP Web Dispatcher. They are sent via the proxy server for the appropriate intranet.

More Information

The documentation is split up into the following sections:

      Architecture of the SAP Web Dispatcher describes the structure and how the Dispatcher works.

      Management of the SAP Web Dispatcher describes how to configure, manage, and monitor the SAP Web Dispatcher.  .

      The appendix contains a specification for the load balancing protocol. Appendix: SAP Load Balancing Protocol Specification.

You can find details of the change history of the SAP Web Dispatcher in collective note SAP Web Dispatcher (SAP note 538405).

 

End of Content Area