Skip to Content
0
Nov 28, 2009 at 01:55 AM

bsp redirect issue on web dispatcher

272 Views

Hi all,

I've met a strange issue on web disptcher:

After installation and general configuration, the bsp page http://localhost:6000/sap/bc/bsp/sap/crm_ui_start works succesfully

However, if I use IP (no matter LAN IP 134.127.x.x or even loopback IP 127.0.0.1) instead of "localhost", the issue occurs:

the page can still be shown, but after I input the user and password, it just doesn't redirect to the next page!

The same issue occurs if I test the link from internet with the link http://<sapwebdispatcher>:6000/sap/bc/bsp/sap/crm_ui_start

if I use the backend server link http://sapcr7qas:8000/sap/bc/bsp/sap/crm_ui_start then ererything is ok. So I think this should be an web dispather issue.

Attached is my sapwebdisp.pfl

  1. Profile generated by sapwebdisp bootstrap

  1. unique instance number

SAPSYSTEM = 0

  1. add default directory settings

DIR_EXECUTABLE = .

DIR_INSTANCE = .

  1. Accessibility of Message Servers

rdisp/mshost = sapcr7qas

ms/http_port = 8100

  1. SAP Web Dispatcher Parameter

wdisp/auto_refresh = 120

wdisp/max_servers = 100

wdisp/shm_attach_mode = 6

  1. configuration for default scenario (medium size)

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

#maximum number of concurrent connections to one server

wdisp/HTTP/max_pooled_con = 500

wdisp/HTTPS/max_pooled_con = 500

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=6000

icm/server_port_1 =

  1. SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt

Expecting your feedback.

Best Wishes,

Ricky

Edited by: Ricky Li on Nov 28, 2009 2:59 AM