cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WebDispatcher 7.20 Multiple systems Portal & ECC

Former Member
0 Kudos

Hi,

following situation:

We do have a WebDispatcher 7.20 Kernel 96 and 2 SAP systems. Following parameters are configured:

profile:

wdisp/system_0 = SID=BPP,MSHOST=msbpp,MSPORT=8140

wdisp/system_1 = SID=BES,MSHOST=msbes,MSPORT=8120

icm/HTTP/mod_0 = PREFIX=/,FILE=/sapmnt/WDP/global/security/data/icm_filter_rules.txt

icm_filter_rules.txt:

if % regmatch ecc* SetHeader x-sap-webdisp-target-sid BES RegRewriteUrl ^/$ /sap/bc/gui/sap/its/webgui [break] if % regmatch portal*

SetHeader x-sap-webdisp-target-sid BPP

RegRewriteUrl ^/$ /irj [break]

Description:

The first entry is redirecting fine but it is not working for the 2nd one!

If ECC then webgui, if Portal then irj.

Question:

Any idea whats wrong here? How do I have to change entries for http url modification to get it working. It is always only the first entry in icm_filter_rules.txt file. Wrong usage of break? Use compound instead?

Best regards,

Marc

Accepted Solutions (0)

Answers (2)

Answers (2)

vincentlim826
Employee
Employee
0 Kudos

try:

if % regimatch ecc* SetHeader x-sap-webdisp-target-sid BES [break] if % regimatch portal*

SetHeader x-sap-webdisp-target-sid BPP [break]

RegRewriteUrl ^/$ /irj/portal

vincentlim826
Employee
Employee
0 Kudos

Hi,

is the portal side using HTTPS requests or HTTP requests ?

Regards,

Vincent