Skip to Content
0
Former Member
Apr 20, 2009 at 09:02 AM

How to invoke different WAD Applications from external URLS

35 Views

Hi

We have developed different applications (app1, app2) in WAD using templates and we'd like the following behavior :

app1 being called from http://www.aaa.com as app1 real url is http://hostname:port/sap/bw/BEx?sap-language=EN&CMD=LDOC&TEMPLATE_ID=XXXX

app2 being called from http://www.bbb.com as app2 real url is http://hostname:port/sap/bw/BEx?sap-language=EN&CMD=LDOC&TEMPLATE_ID=YYYY

www.aaa.com and www.bbb.com point of course to the same IP address in the DNS (same host)

Is there a way to properly configure the ABAP Web App Server to deal with this like Apache does through Virtual Hosts ?

Thanks a lot for your help.