Hi
Please suggest steps to configure SAP Web Dispatcher as Reverse Proxy.
Current landscape
1. Front end - UI5add on ECC system
2. Application - Netweaver Gateway system.
3. Reverse Proxy - SAP Web Dispatcher system.
Question is how to configure the SAP Web dispatcher system as a Reverse Proxy server.
By editing the Profile file Drive:\usr\sap\SID\SYS\profile\SID_WXX_HOST.file as below
rdisp/mshost = gatewaysystem.domain.com
ms/http_port = 81xx
Is this settings enough
------
We understand in APACHE server Reverse Proxy server settings would look like below:
ProxyPass /irj http://host.domain.com:50000/irj
ProxyPassReverse /irj http://host.domain.com:50000/irj
-----
Please suggest