HOW TO SAP - SAP Web dispatcher Installation
- Login with
adm.
- Create folder SAPWEBDISP in usr\sap\
- Download latest web dispatcher from services.sap.com and save it to above folder
- To extract the file > Start > Run > Cmd > Browse to SAPWEBDISP folder
- Execute sapcar –xvf sapdispatcher.sar
- Create a profile by executing: sapwebdisp.exe –bootstrap
- You will be prompted for some details.
- Hostname:
- http_port : 8100 <-- this might differ, 00 is the instance having a messager server
- Unique Instance number: 88 (any number)
- Http port number for SAP Web Dispatcher: 80 <-- default port for landing page
- Create configuration for : medium (default)
- Once complete, browse to SAPWEBDISP folder and edit sapwebdisp.pfl
- #SAP Web Dispatcher Ports
icm/server_port_0 = PROT=HTTP,PORT=80,TIMEOUT=180, PROCTIMEOUT=3600
- # SAP Web Dispatcher Web Administration
icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txticm/HTTP/redirect_0 = PREFIX=/, TO=/sap/bc/gui/sap/its/webgui/!
- Manually create a window service to run web dispatcher.
- Start > Run > Cmd > ntscmgr install "SAPWebDisp PRD” -b
- Start > Run > Regedit >
- HLKM > SYSTEM > CurrentControlSet > services > SAPWebDisp PRD > ImagePath >
- Enter:
F:\usr\sap\\SAPWEBDISP\sapwebdisp.exe service pf=F:\usr\sap\ \SAPWEBDISP\sapwebdisp.pfl
(remember to check your drive and sid)
- Exit regedit
- Right click on My Computer > Manager > Services >
- Restart SAPWebDisp PRD service