cancel
Showing results for 
Search instead for 
Did you mean: 

load balancing issue

Former Member
0 Kudos

Hi ,

We are proving the webdynpro Url for the user to access the application. As we do not have portal users are directly using the url we give them.

But in the url we are hard coding the CI server name. We have one CI server and two app servers. To achieve the load balancing we have changed the parameter at the service level to load balancing . But our basis guy says that still the load balancing would not work.

Can some one give the steps to achieve the load balancing/

Thanks in Advance,

GNID.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You should consider the usage of the SAP Web Dispatcher:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/8fe37933114e6fe10000000a421937/frameset.htm

It is also useful to use the SAP Web Dispatcher if you only want to cover one aspect (security functions or load balancing). We also recommend that you 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.

Former Member
0 Kudos

thanks Thomas. Is this a BASIS task or developer task?

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Almost certainly a BASIS task.

Former Member
0 Kudos

Appreciate your help. thanks.