cancel
Showing results for 
Search instead for 
Did you mean: 

Webdispatcher via IP

vladimir_kogan4
Participant
0 Kudos

Dear Gurus

We are trying to work via webdispatcher, using IP adress only, for example:

http://192.168.254.5:8080/sap/bc/nwbc

We cannot logon to abap webdynpro apllicaion, cause FQDN dump.

How can urge the webdispatcher to convert the 192.168.254.5 to FQDN, for example to sapeccdev.mydomain.local at any url prefix?

Regards

Vladimir Kogan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Using FQDNs is a requirement for Web Dynpro ABAP. I suggest you define a DNS alias for WD and use also FQDNs in the back-end systems. See SAP note 1403326 for details.

https://service.sap.com/sap/support/notes/1403326

JPReyes
Active Contributor
0 Kudos

That's correct, not only abap webdynpro but for all java related applications too.

Regards, Juan

Former Member
0 Kudos

Indeed and for Logon Ticket based SSO scenarios, etc. It's just better to use FQDNs trought the SAP landscape, that way you will avoid a lot of problems.

Former Member
0 Kudos

Hi Vladimir

I am not a sap webdisp expert but let me try this

# SAP Web Dispatcher Redirect

icm/server_port_0 = PROT=HTTP,PORT=8080,HOST=192.168.254.5

icm/HTTP/redirect_0 = PREFIX=/,TO=/sap/bc/nwbc,HOST=sapeccdev.mydomain.local

Is it helpful?

a

JPReyes
Active Contributor
0 Kudos

I do not understand the need to call the Web dispatcher using the IP Address but in any case you can look into use icm/HTTP/mod_<xx> to change the HTTP request before forwarding.

http://help.sap.com/saphelp_nw73/helpdata/en/48/49c7403a79350ce10000000a42189d/content.htm

Regards, Juan