cancel
Showing results for 
Search instead for 
Did you mean: 

Usage of SAP We Dispatcher

sanjeev_kumar18
Explorer
0 Kudos

Could anyone tell me among the 3 options, where can we use SAP Web Dispatcher.

1. ABAP Only

2. JAVA Only

3. ABAP + JAVA ....

Regards,

Sanjeev Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sanjeev,

You could find the answer at [help.sap.com|http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm]

SAP Web Dispatcher

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 Web 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 Web AS instances.

Regards, Ventsi