cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding http port of ECC

Former Member
0 Kudos

Hi All,

We are on ESS 1.0, EP 7.0, ECC 6.0.

Developed few custom applications in ABAP Webdynpro and integrated into Portal.

Webdynpro ABAP iviews only works if the http port of ECC (8001) is opened.

Now the ESS is supposed to accessed from internet - here the problem comes in.

We do not want to expose the http port 8001 of ECC to internet.

If the 8001 port is blocked it shows "Page cannot be displayed". Is there any way to make the applications work without opening the port ?

Please share your experience......Appreciate your help greatfully.

Regards,

Anil Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You do not normaly expose your ECC directly to the internet.

Instead you can use WebDispatcher in the DMZ of your firewall.

The firewall is then configured:

- Allow port 80 access from Internet to WebDispatcher

- Allow all SAP ports from Webdispatcher to ECC.

The Webdispatcher then re-directs the requests to ECC.

You can even let the Webdispatcher truncate https so the internet user working with https and the communication betwen Webdispatcher and ECC is done via http.

Read more about the Webdispatcher at

[SAP Web Dispatcher|http://help.sap.com/saphelp_nw70/helpdata/en/b4/9aa8862e714e6db8e74e48e5d3283b/frameset.htm]

Former Member
0 Kudos

Thank you Thomas for your valuable inputs.

I was expecting the same solution. Will implement this and let you know if any problem arises.

Many thanks for usual support and co operations.

Regards,

Anil Kumar