cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi gurus,

Please help to understand the Difference between Web Dispatcher and ICM in whereas ways like

When do we use which tool?

The architec differences between them?

Anything more that would help me to understand better!

Thanks a lot in advance

Regards

Sekhar

0 Likes
View Entire Topic
Former Member
0 Likes

The web dispatcher has additional important features:

1. All the http connection for example is being done with specific server and specific port, of the web dispatcher (for example http://AppServ1:80/).

In case you have number of servers, this may be useful.

2. The WD can be installed on other server from the application server. Can used due to security reasons .

There are some more features, but this two is the major.

The WD load balancing is similar to the http message sever load balancing. If you don't need the additional features of the WD, you don't need to use it.