cancel
Showing results for 
Search instead for 
Did you mean: 

redirect web dispatcher to java nwa

Former Member
0 Kudos

Hello all,

Can you suggest me: how can I redirect from web dispatcher link host:port/ to  java link host:port/nwa

I used:

icm/HTTP/redirect_0 = PREFIX=/, TO=host:port/nwa

icm/HTTP/admin_0 = PREFIX=/,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=8100

Thx

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris,

Did you check this link?

Examples

Parameter Value

Description

icm/HTTP/redirect_0 = PREFIX=/, TO=/bc/bsp/demo/default.html

Access attempts on "/" are redirected to "/bc/bsp/demo/default.html".

icm/HTTP/redirect_0 = PREFIX=/, FROM=/mime/*,HOST=mimeserver, PORT=8080

Only requests with specific URL patterns are redirected to HTTPS

icm/HTTP/redirect_0 = PREFIX=/sap/bc/bex, FROMPROT=http, PROT=https, HOST=px155.sap.com

Only requests with a specific URL are redirected to HTTPS

icm/HTTP/redirect_0 = PREFIX=/, FROM=/sap*, FROMPROT=http, PROT=https, HOST=px155.sap.com

Only specific HTTP requests are redirected to HTTPS

icm/HTTP/redirect_0 = PREFIX=/, FROM=*, FROMPROT=http, PROT=https, HOST=px155.sap.com

All HTTP requests are redirected to HTTPS

icm/HTTP/redirect_0 = PREFIX=/, FROM=/mime/*,FOR=crm.sap.com*,HOST=crmserver, PORT=80

Requests with the URL prefix /mime/ and the HTTP header field HOST that matches the pattern crm.sap.com:* are redirected to the server crmserver:80.

icm/HTTP/redirect_<xx> - SAP Web Dispatcher - SAP Library

THanks and Regards,

Vimal