cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dispatcher redirects only http requests

Former Member
0 Kudos

Hello Guru's,

we have installed the new web dispatcher 7.11(37) on our testsystem.

we have configured with our productive parameters.

the wdp runs fine.

but he redirect only requests on http.

we had configured landingpages like http://<host>/fun who the wdp should ridirect to a portal page

if we requested a landingpage with http it works fine, but if we request it with https we get a page not found 404 from the portal. the permission table of wdp do not work with https, too.

need help.


profile of WDP

SAPSYSTEMNAME = WDP 
SAPSYSTEM = 03 
INSTANCE_NAME = W03 
DIR_CT_RUN = $(DIR_EXE_ROOT)/run 
DIR_EXECUTABLE = $(DIR_CT_RUN) 
SAPLOCALHOST = ept 
#----------------------------------------------------------------------- 
# Accesssability of Message Server 
#----------------------------------------------------------------------- 
rdisp/mshost = ept 
ms/http_port = 8101 
#----------------------------------------------------------------------- 
# Configuration for medium scenario 
#----------------------------------------------------------------------- 
icm/max_conn = 500 
icm/max_sockets = 1024 
icm/req_queue_len = 500 
icm/min_threads = 10 
icm/max_threads = 50 
mpi/total_size_MB = 80 

#----------------------------------------------------------------------- 
# SAP Web Dispatcher Redirects 
#----------------------------------------------------------------------- 
icm/HTTP/redirect_0 = PREFIX=/, TO=/irj/portal/anonymous 
icm/HTTP/redirect_1 = PREFIX=/irj, TO=/irj/portal/anonymous 
icm/HTTP/redirect_2 = PREFIX=/irj/, TO=/irj/portal/anonymous 
icm/HTTP/redirect_3 = PREFIX=/irj/portal, TO=/irj/portal/anonymous 
icm/HTTP/redirect_4 = PREFIX=/irj/portal/, TO=/irj/portal/anonymous 
icm/HTTP/redirect_5 = PREFIX=/fun, TO=/irj/portal/anonymous?NavigationTarget=navurl://19392e58c0f169422a8371d599d9cf26 
icm/HTTP/redirect_6 = PREFIX=/fun/, TO=/irj/portal/anonymous?NavigationTarget=navurl://19392e58c0f169422a8371d599d9cf26 

#----------------------------------------------------------------------- 
# SAP Web Dispatcher Config 
#----------------------------------------------------------------------- 
is/HTTP/show_detailed_errors = false 
icm/HTTP/error_templ_path = /usr/sap/WDP/W00/data/icmerror 
wdisp/permission_table = /usr/sap/WDP/W03/data/permissions/permission_table 
icm/HTTP/server_cache_0 = PREFIX=/, CACHEDIR=/usr/sap/WDP/W03/data/cache 

#----------------------------------------------------------------------- 
# SAP Web Dispatcher Ports 
#----------------------------------------------------------------------- 
icm/server_port_0 = PROT=HTTP, PORT=80, EXTBIND=1 
icm/server_port_1 = PROT=ROUTER, PORT=443, EXTBIND=1 

Edited by: Christian F. on May 6, 2009 4:33 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You cannot use redirects with the ROUTER protocol. [1026191 - Limitations on the HTTP router protocol in Web Dispatcher|https://service.sap.com/sap/support/notes/1026191]

The webdispatcher cannot see the url when the traffic is encrypted, thus no possibility to redirect. One alternative would be to terminate ssl on the webdispatcher and communicate with http to the SAP system.

Best regards, Michael

Answers (1)

Answers (1)

manu_susankar
Active Contributor
0 Kudos

Hi Christian,

I think this [url|http://help.sap.com/saphelp_nw04s/helpdata/en/00/040f3a39ce8704e10000000a114084/frameset.htm] will throw some light ... could you please check it ....

Regards,

S.Manu.