cancel
Showing results for 
Search instead for 
Did you mean: 

WebAccess with WebDispatcher

Former Member
0 Kudos

Hey there,

I have already found plenty of threads concerning this topic, but noone has the information I really need.

I've got a server with a SAP System and another Server with a WebDispatcher. By webdisp-profile, the webdispatcher has contact to the SAP system and it works.

http://webdisphost:8101/ -> redirect to http://sapp01.company.locl:8101/sap/bc/gui/sap/its/webgui?

I can see the Logon-Mask and everything's working fine. Because I am in the intranet, in the same network.

My problem is, that I want to establish an access from outside, the internet. I want to enter "http://sap.company.de" and want to see the same Logon-Mask. Because of the redirect it goes to http://sapp01.company.locl:8101/sap/bc/gui/sap/its/webgui? and I get a 404 error. This is normal, because I cannot reach the SAP systems directly from the internet.

What parameters in the profile do I need to set up to be able to see the Logon-Mask?

Currently:

icm/HTTP/redirect_0=PREFIX=/,TO=/sap/bc/gui/sap/its/webgui?,HOST=sapp01.company.locl,PORT=8101

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Some of you might be interested in the solution.

I just deleted the entries of HOST and PORT

-> icm/HTTP/redirect_0=PREFIX=/,TO=/sap/bc/gui/sap/its/webgui?

Then, the URL will be extended to http://webdisphost/sap/bc/gui/sap/its/webgui. Prerequisite is that the message server you have entered in your webdispatcher profile is the target host!

Besides, the redirect didn't work properly if the order was "server_port" before "redirect".

I just put following entry to the end:

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=81xx