cancel
Showing results for 
Search instead for 
Did you mean: 

Web diaptcher for the abap system

Former Member
0 Kudos

Hi Team,

I am installing the Web dispatcher to access my ecc system from outside network. We have opened the port for 443 in the firewall, and i have configured the ECC system https port is 44301.

Our concern is how to map the 443 to 44301 port to the ecc system .

Regards

mani

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello Mani,

This is basic of web dispatcher, you can check in SCN and you can find more reference of this.

I will try to summarize the steps to do this.

1. specify web dispatcher port which will be used in WD profile, in this case 443.

     icm/server_port_1 = PROT=HTTPS,PORT=443,TIMEOUT=900

2. specify system

     rdisp/mshost = [ECC hostname]

     ms/http_port = 44301

3. Configure SSL for HTTPS access.

Hope this help.

Thanks & best regards,

Husin

Former Member
0 Kudos

why do you want to map 443 to 44301 port to the ecc system ? The communication will happen automatically happens to ECC

isaias_freitas
Advisor
Advisor
0 Kudos

Hello Mani,

You do not need to map anything to the ECC.

The Web Dispatcher will act like a "proxy". All communication will reach the Web Dispatcher, and the Web Disp. will forward it to the ECC. The same will happen with the answer coming from the ECC.

If you installed your Web Dispatcher, configured it to use the HTTPS port 443 and published this port to your "outside network", that's it (as long as the Web Disp. was correctly configured and is reaching the ECC servers).

Regards,

Isaías

Former Member
0 Kudos

Hello Manivannan,

Please have a look at this page:

http://help.sap.com/saphelp_nw72/helpdata/en/c5/ec466f5544409982c7d3ca29ce1ad3/content.htm

Regards,

Serhat

Former Member
0 Kudos

Hi Serhat,

The link is not opened.

Former Member
Former Member
0 Kudos

Hello Mani,

Please check following wiki

Regards

Anand