cancel
Showing results for 
Search instead for 
Did you mean: 

Reverse Proxy : How to hide backend server hostname

former_member207834
Participant
0 Kudos
251

Hi ,

Below is our scenario.

browser -


>Apache server -


>Web dispatcher -


>J2EE Engine -


>.SRM

Now the problem, https://Apache_server_hostname:1443/irj works fine. But whenever these is dump or error at backend server SRM , error message return SRM backend hostname:

e.g Error application is coming up

http://srmhostname:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/

OBJECTS_OBJREF_NOT_ASSIGNED_NO

Access via 'NULL' object reference not possible.

Now how to hide this srmhostname or replace it with apache hostname in error.

Please let me know if anybody has any idea .

Best Regards,

Tushar

Edited by: TChavan on Oct 4, 2010 9:23 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to set up ALSO this scenario :

browser -


>Apache server -


>Web dispatcher -


>SRM

Because your first scenario is wrong. It is only :

browser -


>Apache server -


>Web dispatcher -


>J2EE Engine

The browser needs access to SRM aven if SRM is included in a Portal iview.

Regards,

Olivier

former_member207834
Participant
0 Kudos

Thanks Olivier.

But How can we avoid 'hostname in error message "

Best Regards,

Tushar

Former Member
0 Kudos

Hi Tushar.

You have to point portal's system object for SRM to Apache proxy instead of real SRM host.

Best regards,

Aliaksandr Zhukau