Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8975

Re: web dispatcher url Rewritting to several sap systems

$
0
0

Hi,

 

Instead of PATH , use different pots like this, you can get the URL redirection,

 

icm_filter.txt :

 

 

if %{HTTP_HOST} regimatch wdhost.company.com* 

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

 

 

 

if %{HTTP_HOST} regimatch wdhost.company.com*

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

 

 

 

if %{HTTP_HOST} regimatch wdhost.company.com*

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

 

 

 

 

 

In Instance profile :

 

 

 

 

wdisp/system_0 = SID=AAA,MSHOST= AAA.HostNane ,MSPORT=8111

wdisp/system_1 = SID=BBB,MSHOST= BBB.Hostname ,MSPORT=8100

wdisp/system_2 = SID=CCC,MSHOST= CCC.Hostname ,MSPORT=8101

 

 

 

 

 

URL :

 

 

http://wdhost.company.com:8111 --- goes to AAAhost and so on.

 

regards

Vagesan


Viewing all articles
Browse latest Browse all 8975

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>