Hi,
We want to bring our ECC ABAP Server's Fiori Apps into Netweaver Portal's Fiori Launchpad via "Remote Content" feature available for Portal Roles. We have done the configuration but need to configure URL redirection for successful integration. Following are details of our setup (example server names are used here).
ABAP/ECC: http://abap.sap.com:8001
Portal: http://portal.sap.com:50100
WebDispatcher: http://dispatcher.sap.com
All we want is to have a redirection as follows:
http://dispatcher.sap.com/sap/bc*
-> go to ABAP i-e ->
http://abap.sap.com:8001/sap/bc*
Would appreciate if somebody could provide the lines to be added in WebDispatcher configuration file to achieve this redirection.
Kind Regards
Mohsin
Hi
For Portal you can add below parameter in instance profile of webdispatcher.
The portal contains an interface that lets you configure and manage the short navigation URLs defined in your portal. You access the interface as follows: > System Administration System Configuration
Runtime Settings
Short URLs
icm/HTTP/redirect_X = PREFIX= /irj , TO= http://portal.sap.com:50100/irj/portal
For ABAP , I guess you have to mention each URL for the redirecting it to ABAP webdynpro
icm/HTTP/redirect_X = PREFIX= /sap/bc/gui/sap/its/webgui TO=http://abap.sap.com:8001/sap/bc/gui/sap/its/webgui
icm/HTTP/redirect_X = PREFIX= /sap/bc/gui/sap/its/ZTEST TO=http://abap.sap.com:8001/sap/bc/gui/sap/its/ZTEST
Thank you
Jayanth