Hello Experts,
Our Solution Manager system (ABAP Stack) has two application servers. There is a web dispatcher configured for load balancing and masking the app servers which works great when I type in the web dispatcher URL.
The problem is with the transactions which launches a web dynpro applications. For example SOLMAN_SETUP. If I execute this transaction, it launches a browser page with the application server and ICM port (http(s)://<AppServer>:<Port>/....).
I am looking to redirect these pages also through Web Dispatcher. Could you please let me know if this is possible?
I tried to put these redirect rules, but it didn't help, which probably makes sense as the browsers are being launched from Solman system itself and not going through the Web dispatcher host.
icm/HTTP/redirect_1 = PREFIX=/, FROM=/<AppServer1/* , PROT=https, HOST=<WebDispatcherHost>, PORT=443
icm/HTTP/redirect_2 = PREFIX=/, FROM=/<AppServer2/* , PROT=https, HOST=<WebDispatcherHost>, PORT=443
Then I though of looking in SICF to see if I can redirect the web dynpro applications (in case of SOLMAN_SETUP it is /sap/bc/webdynpro/sap/wd_sise_main_app) to an all new URL. But again I didn't find any option.
Need some guidance.
Regards,
Shuvendu