1. Login with adm.

  2. Create folder SAPWEBDISP in usr\sap\

  3. Download latest web dispatcher from services.sap.com and save it to above folder

  4. To extract the file > Start > Run > Cmd > Browse to SAPWEBDISP folder

  5. Execute sapcar –xvf sapdispatcher.sar


  6. Create a profile by executing: sapwebdisp.exe –bootstrap


  7. You will be prompted for some details.

  8. Hostname:

  9. http_port : 8100 <-- this might differ, 00 is the instance having a messager server

  10. Unique Instance number: 88 (any number)

  11. Http port number for SAP Web Dispatcher: 80 <-- default port for landing page
  12. Create configuration for : medium (default)

  13. Once complete, browse to SAPWEBDISP folder and edit sapwebdisp.pfl

  14. #SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTP,PORT=80,TIMEOUT=180, PROCTIMEOUT=3600

  15. # 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/!

  16. Manually create a window service to run web dispatcher.

  17. Start > Run > Cmd > ntscmgr install "SAPWebDisp PRD” -b


  18. Start > Run > Regedit >

  19. HLKM > SYSTEM > CurrentControlSet > services > SAPWebDisp PRD > ImagePath >

  20. Enter:
    F:\usr\sap\\SAPWEBDISP\sapwebdisp.exe service pf=F:\usr\sap\\SAPWEBDISP\sapwebdisp.pfl
    (remember to check your drive and sid)

  21. Exit regedit

  22. Right click on My Computer > Manager > Services >

  23. Restart SAPWebDisp PRD service