A replacement URL-string used if '/' or empty is entered.
can specify an arbitrary request url, i.e. either a file
in a File Service or a dynamic object.
The default is '/Home', which results to a service with linkName /Home
That is the Demos::WebHomePageForSTX by default
a default URL used if a link can not resolved (if non-NIL)
Can be used to lead the web-user back to the home page,
or send her some 'You bad-bad guy...' message
enable or disable loging to file here
setup the log file name here
enable/disable verbose (e.g. see request and response headers in Transcript)
enable/disable verbose errors (see errors in Transcript)
enable/disable verbose data (see post data in Transcript)
enable/disable debug if enabled the Server runs in Debugger on error
in standalone application it runs in MiniDebugger otherwise the error
context is displayed in the Browser
set here the max number of kept alive connections.
that is the number of connections that can be active at one time
time in seconds that temporary links are valid
temporary links are objects that will be stored under
temporaryObjectNames. this temporary objects will be remived after that time
Bring server into and back from maintenance mode
In maintenance mode the server only responds for maintenance
user requests
useful if you want to restart or change server settings
and avoid acces to the server at this time requests from other useres
will be responded with server is in maintenance mode retry later
only if the server is started requests will be responded
stop the server requests will not responded anymore
all runnning requests will be answered before stop the server
hard terminate the server
useful if the server hangs on a request in that case the stop server
doesnrt work
remove server from settings dialog
save all the server settings into a file
useful if you want start remember the configuration of a server
or start a server as standalone application
change all the settings for this webServer to the settings file settings
remove a settings file from file system
Copyright © Claus Gittinger Development & Consulting, all rights reserved
Doc $Revision: 1.4 $ $Date: 1997/08/07 15:06:09 $