cancel
Showing results for 
Search instead for 
Did you mean: 

local http request through Web dispatcher

Former Member
0 Kudos

Hi Team,

need help to use Web Dispatcher for local http request.

How to setup local system so the http request can route through dedicated WD

For Ex.   If I use Tcode SOLMAN_SETUP at my local Solution Manager system then the opened page should show WD system details in URL field.

Kind Rgds,

Ashwin Mane

Accepted Solutions (1)

Accepted Solutions (1)

former_member182967
Active Contributor
0 Kudos

Hi Ashwin,

You can maintain table HTTPURLLOC of SAP Solution Manager for that purpose.

For more information, please refer to Configuration Table HTTPURLLOC - Web Dynpro ABAP Security Guide - SAP Library.

Set HOST to Web Dispatcher's and PORT of Web Dispatcher's (assuming that correct configuration of wdisp/system_<x> in Web Dispatcher is set).

Regards,

Ning

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ning & Team,

We are able to use local HTTP. Thank You.

Kind rgds,

Ashwin Mane

Former Member
0 Kudos

Hi Ning Tong,

using HTTPURLLOC settings, I can see http request is showing hostname / port of WebDispatcher. Thanks.

Web page opened using Tcode SOLMAN_SETUP is blank. I believe Webdispatcher configuration might not complete. can you share links of webdispatcher guide which can help me to configure it correctly.

Kind rgds,

Ashwin Mane

Sriram2009
Active Contributor
0 Kudos

Hi Ashwin.

It may be problem in the browser, Could you check some other browsers(firefox browser)

BR

SS

former_member227283
Active Contributor
0 Kudos

Hi,

Try to call manually solman_setup url prefix appending to web-dispatcher (web-dispatcher which is connected to  Solman hostname and http message server) hostname and port number and check what is a result.

Do you get same blank page in this situation as well ?

Regards,

Anil Bhandary