Web Connection User's Guide
The server configuration files specified by the
-wc:fileName command-line argument must adhere to the
following format:
- Blank lines are ignored.
- Any text beginning with a # character, continuing through the end
of the line, is ignored.
- Each line consists of a key-value pair, where the first nonblank word is
they key and the rest of the nonblank text is the value.
- The following are the valid keys and their valid values:
- Key
- Value
- transport
- wsi-tcp
- port
- The TCP/IP port number to start the server on. Required.
- reuseAddr
- true or false, indicating whether to reuse the port
if it is already in use. Optional; the default is
false.
- bindToHost
- The name of the interface to bind the server socket to.
Optional; the default is the bind to all available interfaces.
- showMonitor
- true or false, indicates whether the Web Server
Monitor window is displayed in the packaged image. The default is
false.
- monitorTitle
- The name of a specific image. This is useful for installations
where multiple Web Connection images will run concurrently. Set the
monitorTitle to a string that uniquely identifies the image. This
allows multiple monitors to open.
- generateWalkback
- true or false, indicates whether to generate a
walkback.log file if there is an error in the pacakged image.
The default is false.
- WsiPassword
- Specifies a password to be used with the
AbtWebWsiRemoteControlPage.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]