Skip to Content
0
Former Member
Nov 12, 2010 at 08:03 AM

One Web Dispatcher, Two Systems

113 Views

Dear All

When I config SAP Dispatcher on Windows. I follow by this links http://help.sap.com/saphelp_nw72/helpdata/en/c5/ec466f5544409982c7d3ca29ce1ad3/content.htm but I can't log both system.

  1. Accessibility of Message Servers

rdisp/mshost = prdserver

ms/http_port = 8100

  1. SAP Web Dispatcher Parameter

wdisp/auto_refresh = 120

wdisp/max_servers = 100

wdisp/shm_attach_mode = 6

icm/HTTP/server_cache_0/http_cache_control = true

  1. configuration for large scenario

icm/max_conn = 16384

icm/max_sockets = 16384

icm/req_queue_len = 6000

icm/min_threads = 100

icm/max_threads = 250

mpi/total_size_MB = 500

mpi/max_pipes = 21000

#maximum number of concurrent connections to one server

wdisp/HTTP/max_pooled_con = 2000

wdisp/HTTPS/max_pooled_con = 2000

wdisp/system_conflict_resolution = 2

wdisp/allow_multiple_matching_systems = true

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=9999

icm/server_port_1 = PROT=HTTP,PORT=8888

wdisp/system_0 = SID=BIP, MSHOST=prdserver, MSPORT=8100, SRCURL=/irj/portal/, SRCSRV=*:8080

wdisp/system_1 = SID=BID, MSHOST=bipserver, MSPORT=8100, SRCURL=/irj/portal/, SRCSRV=*:9090

Thanks