cancel
Showing results for 
Search instead for 
Did you mean: 

how to get access via http to Enterprise Portal located behind saprouter

Former Member
0 Kudos

Hi.

In our company we have server: ABAP BW (message server)+NW Enterprise Portal. Name of this server is linuxsap (ip 192.168.100.4) and it is located behind of our saprouter.

Also we have LAN of our users (192.168.2.0).

Direct routing between 192.168.2.0 and 192.168.100.4 isn't present and shouldn't be.

The purpose is: from 192.168.2.0 LAN, users should access to server ABAP BW and NW EP.

To ABAP BW users successfully connected through SAP GUI using a setting "SAProuter string".

To EP users want to be connected via http by the Internet browser with address http://linuxsap:51000/irj.

For this purpose we want to use SAP Web Dispatcher, for redirect http requests from our LAN's users to EP, which is behind of our saprouter.

SAP Web Dispatcher is installed on saprouter machine.

I installed it and have tunned bootstrap profile.

rdisp/mshost = linuxsap

ms/http_port = 8102

The configuration test has passed successfully. Access to Web Dispatcher Administration Interface is ok.

But now we can't have access to EP.

1. I don't understand, what is necessary to tune in a Web Dispatcher's profile to access to EP?

2. Additionally, what address we need to enter in the browser to access to EP via Web Dispatcher?

3. And I think also probably it's necessary to tune somehow message server. Something is related with HTTPURLLOC Table.

Please explain to me how to get access via http to EP located behind saprouter. What and Where I should be to change.

--

Thanks & Regards,

Yessen

Edited by: Yessen Sypatayev on Aug 25, 2010 11:09 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to direct the webdispatcher to the portal's message server. Check these values in your webdispatcher profile:

SAPSYSTEMNAME = <portal sid>

rdisp/mshost = <hostname of portalserver>

ms/http_port = <http port of msg server>

Cheers Michael

Former Member
0 Kudos

Thank you, Michael !

U right, I tryed to use port of ABAP message server, instead port of Java message server.

Right port for me is 8111.

When I changed to right port, problem was solved.

--

regards,

Yessen

Answers (0)