Starting the SAP Web Dispatcher with the Bootstrap Option 
The bootstrap option is used to start the SAP Web Dispatcher without the profile file. This file is then created automatically.
In the command field enter
sapwebdisp -bootstrap
Enter message server details required by the bootstrap to create the profile. Before the profile is created, the message server details are checked. If necessary you can correct the data.
Example
Host Name of Message Server (rdisp/mshost):<sid>main
HTTP Port of Message Server (ms/http_port): sapms<SID>
Checking connection to message server...
ERROR: No data from msg_server received -
please check that sapmsSID is the HTTP port and not the native Message Server port
Do you want to continue with these settingsn
Hostname of Message Server (rdisp/mshost): <sid>main
HTTP Port of Message Server (ms/http_port): 8081
Checking connection to message server...OK
In this example an incorrect HTTP port of the message server was entered and then corrected.
Specify the scenario where you want the Web Dispatcher to run: with a small (s) system, medium-sized (m system; default), or a large (l) system. The parameters are preconfigured accordingly. The number of sockets in the system are also checked.
Example
HTTP port number for SAP Web Dispatcher: 8855
Create configuration for s(mall), m(edium), l(arge) system (default: medium): medium): l
WARNING: Maximum number of sockets supported on this system: 1021
Please check the operating system configuration
Here the system is warning you because the operating system only supports 1021 sockets and this is not enough for a large installation.
Unpack the files for the Web administration as described in Operation of the SAP Web Dispatcher Setting Up the Web Administration Interface.
The bootstrap carries out the following steps:
Generates the profile sapwebdisp.pfl (if it does not already exist)
Creates a user for the Web administration in file icmauth.txt (if it does not already exist) and an eight character random password.
Example
The output might look like this:
Authentication file "icmauth.txt" generated
Web Administration user is "icmadm" with password "RdUAs27F"
Restart sapwebdisp with profile: sapwebdisp.pfl
sapwebdisp started with new pid 20435
Starts the SAP Web Dispatcher with the generated profile
The SAP Web Dispatcher is running.
You can now use the Web Administration Interface to monitor and manage the Web Dispatcher.
For information on the start options of the Web Dispatcher, see Operation of the SAP Web Dispatcher.