cancel
Showing results for 
Search instead for 
Did you mean: 

EP implementation for Internet users

Former Member
0 Kudos

Hello,

I need to Implement EP for internet and intranet users, in which for internet users I need to fetch the summary data of R/3 applications.

how shall we proceed with the implmentation of portal for internet users, pls suggest some blogs showing portal implementation for internet users.

Regards

Vishal

Accepted Solutions (1)

Accepted Solutions (1)

HuseyinBilgen
Active Contributor
0 Kudos

Hi,

To make available portal for both internal and external users, you've to setup a reverse proxy in DMZ. Your portal will reside in intranet and external (internet users) will access portal via reverseproxy.

For reverseproxy there are 3 main options.

- Apache as a ReverseProxy

- ReverseProxy with IIS and ISAPI Filter

- Using Web Dispatcher as reverse proxy.

Now look at the following diagram;

EXTERNAL USERS INTERNET

|

-


REVERSEPROXY DMZ

-


PORTAL SERVER INTRANET

Internal Users will access portal normally with/without SSL. External Users will access portal with/without SSL via RProxy.

This is how we setup and working well. We Used Apache as ReverseProxy on SuSe with SSL enabled.

But testing WebDispatcher on SuSe for load balancing.

Former Member
0 Kudos

Hi Vishal,

Welcome to SDN!

We have used SAP Webdispatcher as a reverseproxy. Have a look at this weblog:

The SAP Web dispatcher lies between the Internet and your SAP system. It is the entry point for HTTP(s) requests into your system, which consists of one or more NetWeaver application servers.

You can get more info about SAP webdispatcher in http://help.sap.com/saphelp_nw2004s/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm

regards,

SK.

Answers (0)