Help index


Home URL

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

Not Found URL

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

Log to File

enable or disable loging to file here

Log File

setup the log file name here

Verbose

enable/disable verbose (e.g. see request and response headers in Transcript)

Verbose Errors

enable/disable verbose errors (see errors in Transcript)

Verbose Data

enable/disable verbose data (see post data in Transcript)

Debug

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

Max Keep Alive Connections

set here the max number of kept alive connections.

that is the number of connections that can be active at one time

Temporary Link Expiration 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

Maintenance Mode

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

Start Server

only if the server is started requests will be responded

Stop Server

stop the server requests will not responded anymore all runnning requests will be answered before stop the server

Hard Terminate Server

hard terminate the server

useful if the server hangs on a request in that case the stop server doesnrt work

Remove Server

remove server from settings dialog

Save Settings to File...

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

Load Settings from File...

change all the settings for this webServer to the settings file settings

Remove Settings File...

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 $