cancel
Showing results for 
Search instead for 
Did you mean: 

Web dispatcher link shows individual app server link in the address bar

former_member787462
Participant
0 Kudos

Hello Team,

We have a following issue.

We have 4 app servers and these app servers are configured to use https. And also we configured the system like when we try to access the http app server link, it will redirect to https app server link.

On top of this, we have web dispatcher configured to perform the load balancing, and this WD is also configured with SSL. In the web dispatcher level we are not terminating SSL. Hence, from the browser when the user access the system with Web dispatcher link with https and the dispatcher will take the request and forwards the requests to app servers over https only. As i already stated in the above, Individual app servers are configured to accept https requests.

The actual problem is, when i try to access the web dispatcher https link the request is forwarding to app servers, but, in the address bar of the browser its shows the individual app servers https links(this individual app servers is depends on the load balancing of web dispatcher).

Can you please let me know what i need do for not showing the app servers links and it should show the web dispatcher link in the address bar.

Thanks for your help.

best regards,

Manoj K

Accepted Solutions (0)

Answers (1)

Answers (1)

jimguo
Advisor
Advisor
0 Kudos

Hello,

You need to add an entry in table HTTPURLLOC.

See the following link for more information:

SAP Library - Web Dynpro for ABAP

Thanks.

Jim

former_member787462
Participant
0 Kudos

Hi Jim,

I do not think so, that we have to add an entry in the HTTPURLLOC table.

Web dispatcher was displaying the WD link itself when we do not configured the http to https redirection for app servers.

This problem started happening after configuring http to https redirection for the individual application servers.

for your information, our system is dual stack system NW 7.0, 6.0 Ehp 4

Any other inputs are very much appreciated. thank you.

best regards,

Manoj K

Former Member
0 Kudos

How did you implement the redirect?