Configure SAP Web Dispatcher as a Windows Service

1. In Windows you can start the SAP Web Dispatcher as a service. It will then always be started automatically whenever the computer is restarted.

ntscmgr install sapwebdisp -b <path>\sapwebdisp.exe -p "service pf=<profile file> <options>"

Note

• <path> stands for the path in the file system where the program is stored,

• <options> for more parameters as described above. If the path contains blank characters, you have to enclose the path in quotation marks (for example: -b “C:\Program Files\sapwebdisp.exe” …).

2. To verify, open your Windows Services and look for the sapwebdisp.

You May Also Like

Leave a Reply?